[hornetq-commits] JBoss hornetq SVN: r11014 - 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
Thu Jul 21 22:38:25 EDT 2011


Author: clebert.suconic at 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;
 



More information about the hornetq-commits mailing list