[hornetq-commits] JBoss hornetq SVN: r10870 - 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 13:52:32 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-06-21 13:52:32 -0400 (Tue, 21 Jun 2011)
New Revision: 10870

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

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-06-21 17:29:32 UTC (rev 10869)
+++ branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/ServerLocatorImpl.java	2011-06-21 17:52:32 UTC (rev 10870)
@@ -1323,6 +1323,8 @@
 
    class StaticConnector implements Serializable
    {
+      private static final long serialVersionUID = 6772279632415242634l;
+
       private List<Connector> connectors;
 
       public ClientSessionFactory connect() throws HornetQException



More information about the hornetq-commits mailing list