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