[hornetq-commits] JBoss hornetq SVN: r11989 - trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jan 6 08:03:21 EST 2012


Author: borges
Date: 2012-01-06 08:03:20 -0500 (Fri, 06 Jan 2012)
New Revision: 11989

Modified:
   trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/Topology.java
Log:
Spelling in javadoc

Modified: trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/Topology.java
===================================================================
--- trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/Topology.java	2012-01-06 13:03:06 UTC (rev 11988)
+++ trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/Topology.java	2012-01-06 13:03:20 UTC (rev 11989)
@@ -43,13 +43,13 @@
 
    private Executor executor = null;
 
-   /** Used to debug operations.
-    *
-    *  Someone may argue this is not needed. But it's impossible to debg anything related to topology without knowing what node
-    *  or what object missed a Topology update.
-    *
-    *  Hence I added some information to locate debugging here.
-    *  */
+   /**
+    * Used to debug operations.
+    * <p>
+    * Someone may argue this is not needed. But it's impossible to debug anything related to
+    * topology without knowing what node or what object missed a Topology update. Hence I added some
+    * information to locate debugging here.
+    */
    private volatile Object owner;
 
    /**



More information about the hornetq-commits mailing list