Author: clebert.suconic(a)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)
Show replies by date