[hornetq-commits] JBoss hornetq SVN: r10310 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Mar 9 14:16:16 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-03-09 14:16:16 -0500 (Wed, 09 Mar 2011)
New Revision: 10310

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java
Log:
tweak

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java	2011-03-09 14:56:52 UTC (rev 10309)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java	2011-03-09 19:16:16 UTC (rev 10310)
@@ -608,7 +608,7 @@
             return false;
          }
       }
-      while (retry && started && !stopping);
+      while (retry && !stopping);
 
       return false;
    }



More information about the hornetq-commits mailing list