[hornetq-commits] JBoss hornetq SVN: r10867 - branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jun 21 11:45:03 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-06-21 11:45:02 -0400 (Tue, 21 Jun 2011)
New Revision: 10867

Modified:
   branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/Topology.java
Log:
tweak

Modified: branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/Topology.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/Topology.java	2011-06-21 15:34:44 UTC (rev 10866)
+++ branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/Topology.java	2011-06-21 15:45:02 UTC (rev 10867)
@@ -149,7 +149,7 @@
       return count;
    }
 
-   public String describe()
+   public synchronized String describe()
    {
 
       String desc = "";



More information about the hornetq-commits mailing list