[jboss-cvs] JBoss Messaging SVN: r1933 - trunk/src/main/org/jboss/jms/client/container.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 9 18:09:25 EST 2007


Author: clebert.suconic at jboss.com
Date: 2007-01-09 18:09:24 -0500 (Tue, 09 Jan 2007)
New Revision: 1933

Modified:
   trunk/src/main/org/jboss/jms/client/container/FailoverValveInterceptor.java
Log:
just simplifying javadoc

Modified: trunk/src/main/org/jboss/jms/client/container/FailoverValveInterceptor.java
===================================================================
--- trunk/src/main/org/jboss/jms/client/container/FailoverValveInterceptor.java	2007-01-09 19:46:18 UTC (rev 1932)
+++ trunk/src/main/org/jboss/jms/client/container/FailoverValveInterceptor.java	2007-01-09 23:09:24 UTC (rev 1933)
@@ -99,8 +99,7 @@
       {
          valve.enter();
 
-         // it's important to retrieve the remotingConnection while inside the Valve, as there's no
-         // guaranteed that no failover has happened yet
+         // it's important to retrieve the remotingConnection while inside the Valve
          remotingConnection = fcc.getRemotingConnection();
          return invocation.invokeNext();
       }




More information about the jboss-cvs-commits mailing list