GenericJMXConfConnection: Remove unused imports.

This commit is contained in:
Florian Forster
2014-08-28 20:55:45 +02:00
committed by Florian Forster
parent 513a5cafb5
commit e2f2a97fd8

View File

@@ -30,8 +30,6 @@ import java.net.InetAddress;
import java.net.UnknownHostException;
import javax.management.MBeanServerConnection;
import javax.management.ObjectName;
import javax.management.MalformedObjectNameException;
import javax.management.remote.JMXServiceURL;
import javax.management.remote.JMXConnector;