[jboss-cvs] JBoss Messaging SVN: r2416 - trunk/tests/src/org/jboss/test/messaging/jms/clustering/base.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Feb 24 08:47:59 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-02-24 08:47:59 -0500 (Sat, 24 Feb 2007)
New Revision: 2416

Modified:
   trunk/tests/src/org/jboss/test/messaging/jms/clustering/base/ClusteringTestBase.java
Log:
minor

Modified: trunk/tests/src/org/jboss/test/messaging/jms/clustering/base/ClusteringTestBase.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/jms/clustering/base/ClusteringTestBase.java	2007-02-24 13:47:08 UTC (rev 2415)
+++ trunk/tests/src/org/jboss/test/messaging/jms/clustering/base/ClusteringTestBase.java	2007-02-24 13:47:59 UTC (rev 2416)
@@ -182,9 +182,10 @@
       }
    }
 
-   // lookup for the connection with the right serverID
-   // I'm using this method to find the proper serverId so I won't relay on loadBalancing policies
-   // on testcases.
+   /**
+    * Lookup for the connection with the right serverID. I'm using this method to find the proper
+    * serverId so I won't relay on loadBalancing policies on testcases.
+    */
    protected Connection getConnection(Connection[] conn, int serverId) throws Exception
    {
       for(int i = 0; i < conn.length; i++)




More information about the jboss-cvs-commits mailing list