[jboss-remoting-commits] JBoss Remoting SVN: r4536 - remoting2/branches/2.x/src/main/org/jboss/remoting/marshal.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun Sep 7 00:28:58 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-09-07 00:28:58 -0400 (Sun, 07 Sep 2008)
New Revision: 4536

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/marshal/MarshallerLoaderHandler.java
Log:
JBREM-1033: Eliminated unnecessary imports.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/marshal/MarshallerLoaderHandler.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/marshal/MarshallerLoaderHandler.java	2008-09-07 04:28:44 UTC (rev 4535)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/marshal/MarshallerLoaderHandler.java	2008-09-07 04:28:58 UTC (rev 4536)
@@ -30,11 +30,7 @@
 import java.util.List;
 import java.util.Map;
 import javax.management.MBeanServer;
-import javax.management.ObjectName;
-
 import org.jboss.logging.Logger;
-import org.jboss.mx.loading.LoaderRepository;
-import org.jboss.mx.loading.RepositoryClassLoader;
 import org.jboss.remoting.InvocationRequest;
 import org.jboss.remoting.InvokerLocator;
 import org.jboss.remoting.ServerInvocationHandler;




More information about the jboss-remoting-commits mailing list