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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 21 10:00:36 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-11-21 10:00:36 -0500 (Mon, 21 Nov 2011)
New Revision: 11729

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/ClusterManager.java
Log:
just removing unused import

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/ClusterManager.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/ClusterManager.java	2011-11-21 15:00:10 UTC (rev 11728)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/ClusterManager.java	2011-11-21 15:00:36 UTC (rev 11729)
@@ -16,7 +16,6 @@
 import java.util.Map;
 import java.util.Set;
 
-import org.hornetq.api.core.SimpleString;
 import org.hornetq.core.config.BridgeConfiguration;
 import org.hornetq.core.server.HornetQComponent;
 



More information about the hornetq-commits mailing list