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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Mar 27 03:01:10 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-03-27 03:01:10 -0400 (Thu, 27 Mar 2008)
New Revision: 3797

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/ident/Identity.java
Log:
JBREM-934: Eliminated unnecessary import of ClassByteClassLoader.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/ident/Identity.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/ident/Identity.java	2008-03-27 06:54:43 UTC (rev 3796)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/ident/Identity.java	2008-03-27 07:01:10 UTC (rev 3797)
@@ -21,7 +21,6 @@
 */
 package org.jboss.remoting.ident;
 
-import org.jboss.remoting.loading.ClassByteClassLoader;
 import org.jboss.remoting.network.NetworkRegistry;
 
 import javax.management.MBeanServer;
@@ -353,6 +352,7 @@
                   return null;
                }
             });
+            
          }
          file = new File(dir, "jboss.identity");
       }




More information about the jboss-remoting-commits mailing list