[jboss-cvs] JBoss Messaging SVN: r2174 - trunk/tests/src/org/jboss/test/thirdparty/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Feb 3 19:26:00 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-02-03 19:26:00 -0500 (Sat, 03 Feb 2007)
New Revision: 2174

Modified:
   trunk/tests/src/org/jboss/test/thirdparty/remoting/ServerAddressTest.java
Log:
got rid of unused stuff

Modified: trunk/tests/src/org/jboss/test/thirdparty/remoting/ServerAddressTest.java
===================================================================
--- trunk/tests/src/org/jboss/test/thirdparty/remoting/ServerAddressTest.java	2007-02-03 23:52:57 UTC (rev 2173)
+++ trunk/tests/src/org/jboss/test/thirdparty/remoting/ServerAddressTest.java	2007-02-04 00:26:00 UTC (rev 2174)
@@ -7,11 +7,10 @@
 package org.jboss.test.thirdparty.remoting;
 
 import org.jboss.test.messaging.MessagingTestCase;
-import org.jboss.logging.Logger;
 import org.jboss.remoting.transport.socket.ServerAddress;
 
 /**
- * This test makes sure that Remoting correctly implements ServerAddress.equals();
+ * This test makes sure that Remoting implements ServerAddress.equals() correctly.
  *
  * @author <a href="mailto:ovidiu at svjboss.org">Ovidiu Feodorov</a>
  *
@@ -23,8 +22,6 @@
 {
    // Constants ------------------------------------------------------------------------------------
 
-   private static final Logger log = Logger.getLogger(ServerAddressTest.class);
-
    // Static ---------------------------------------------------------------------------------------
 
    // Attributes -----------------------------------------------------------------------------------




More information about the jboss-cvs-commits mailing list