Skip to content

Commit

Permalink
fix-up for 208bd22
Browse files Browse the repository at this point in the history
  • Loading branch information
rombert committed Dec 16, 2024
1 parent ea9a7a2 commit 961c9ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jmx/jmx-mbeanserver-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.aries.jmx</groupId>
<artifactId>org.apache.aries.jmx.parent</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.5</version>
<relativePath>../jmx-parent</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class Activator implements BundleActivator {
@Override
public void start(BundleContext context) throws Exception {
MBeanServer platformMBeanServer = ManagementFactory.getPlatformMBeanServer();
Hashtable<String, Object> mbeanProps = new Hashtable<>();
Hashtable<String, Object> mbeanProps = new Hashtable<String, Object>();
ObjectName beanName = ObjectName.getInstance("JMImplementation:type=MBeanServerDelegate");
AttributeList attrs = platformMBeanServer.getAttributes(beanName, new String[] {
"MBeanServerId",
Expand Down

0 comments on commit 961c9ff

Please sign in to comment.