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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jun 16 21:58:18 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-06-16 21:58:17 -0400 (Thu, 16 Jun 2011)
New Revision: 10832

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

Modified: branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl/ClusterManagerImpl.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl/ClusterManagerImpl.java	2011-06-17 01:57:34 UTC (rev 10831)
+++ branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl/ClusterManagerImpl.java	2011-06-17 01:58:17 UTC (rev 10832)
@@ -338,8 +338,7 @@
       topology.sendTopology(listener);
    }
 
-   // TODO: needs to be sync?
-   public synchronized void removeClusterTopologyListener(final ClusterTopologyListener listener,
+   public void removeClusterTopologyListener(final ClusterTopologyListener listener,
                                                           final boolean clusterConnection)
    {
       if (clusterConnection)



More information about the hornetq-commits mailing list