[hornetq-commits] JBoss hornetq SVN: r10825 - branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/protocol/core/impl/wireformat.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jun 16 21:49:48 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-06-16 21:49:48 -0400 (Thu, 16 Jun 2011)
New Revision: 10825

Modified:
   branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/protocol/core/impl/wireformat/SubscribeClusterTopologyUpdatesMessage.java
Log:
debug & tracing

Modified: branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/protocol/core/impl/wireformat/SubscribeClusterTopologyUpdatesMessage.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/protocol/core/impl/wireformat/SubscribeClusterTopologyUpdatesMessage.java	2011-06-17 01:49:34 UTC (rev 10824)
+++ branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/protocol/core/impl/wireformat/SubscribeClusterTopologyUpdatesMessage.java	2011-06-17 01:49:48 UTC (rev 10825)
@@ -66,6 +66,17 @@
       clusterConnection = buffer.readBoolean();
    }
 
+   /* (non-Javadoc)
+    * @see java.lang.Object#toString()
+    */
+   @Override
+   public String toString()
+   {
+      return "SubscribeClusterTopologyUpdatesMessage [clusterConnection=" + clusterConnection +
+             ", toString()=" +
+             super.toString() +
+             "]";
+   }
 
    // Package protected ---------------------------------------------
 



More information about the hornetq-commits mailing list