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

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


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

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

Modified: branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/impl/HornetQServerImpl.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/impl/HornetQServerImpl.java	2011-06-17 01:58:17 UTC (rev 10832)
+++ branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/impl/HornetQServerImpl.java	2011-06-17 01:58:34 UTC (rev 10833)
@@ -904,7 +904,7 @@
       return version;
    }
 
-   public synchronized boolean isStarted()
+   public boolean isStarted()
    {
       return started;
    }



More information about the hornetq-commits mailing list