Author: ron.sigal(a)jboss.com
Date: 2008-05-17 15:30:25 -0400 (Sat, 17 May 2008)
New Revision: 4198
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/detection/util/DetectorUtil.java
Log:
JBREM-978: Removed unused imports.
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/detection/util/DetectorUtil.java
===================================================================
---
remoting2/branches/2.x/src/main/org/jboss/remoting/detection/util/DetectorUtil.java 2008-05-17
19:29:58 UTC (rev 4197)
+++
remoting2/branches/2.x/src/main/org/jboss/remoting/detection/util/DetectorUtil.java 2008-05-17
19:30:25 UTC (rev 4198)
@@ -21,12 +21,7 @@
*/
package org.jboss.remoting.detection.util;
-import java.security.AccessController;
-import java.security.PrivilegedActionException;
-import java.security.PrivilegedExceptionAction;
-
import javax.management.MBeanServer;
-import javax.management.MBeanServerFactory;
import javax.management.ObjectName;
import org.apache.log4j.Level;
import org.jboss.logging.Logger;
Show replies by date