[hornetq-commits] JBoss hornetq SVN: r11321 - 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
Mon Sep 12 08:20:08 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-09-12 08:20:07 -0400 (Mon, 12 Sep 2011)
New Revision: 11321

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java
Log:
fixing test

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java	2011-09-12 03:34:46 UTC (rev 11320)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java	2011-09-12 12:20:07 UTC (rev 11321)
@@ -469,7 +469,7 @@
       return server;
    }
 
-   public synchronized Map<String, String> getNodes()
+   public Map<String, String> getNodes()
    {
       synchronized (records)
       {



More information about the hornetq-commits mailing list