Author: clebert.suconic(a)jboss.com
Date: 2011-07-21 22:38:25 -0400 (Thu, 21 Jul 2011)
New Revision: 11014
Modified:
branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/ServerLocatorImpl.java
Log:
fixing ServerLocator (wrong static)
Modified:
branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/ServerLocatorImpl.java
===================================================================
---
branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/ServerLocatorImpl.java 2011-07-21
01:27:25 UTC (rev 11013)
+++
branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/ServerLocatorImpl.java 2011-07-22
02:38:25 UTC (rev 11014)
@@ -158,7 +158,7 @@
private static ExecutorService globalThreadPool;
- private static Executor startExecutor;
+ private Executor startExecutor;
private static ScheduledExecutorService globalScheduledThreadPool;
Show replies by date