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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 1 11:48:32 EST 2012


Author: borges
Date: 2012-02-01 11:48:31 -0500 (Wed, 01 Feb 2012)
New Revision: 12061

Modified:
   trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/ClientSessionFactoryImpl.java
   trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/Topology.java
Log:
Fix javadoc warnings.

Modified: trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/ClientSessionFactoryImpl.java
===================================================================
--- trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/ClientSessionFactoryImpl.java	2012-02-01 16:48:14 UTC (rev 12060)
+++ trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/ClientSessionFactoryImpl.java	2012-02-01 16:48:31 UTC (rev 12061)
@@ -1327,9 +1327,6 @@
       return connection;
    }
 
-   /**
-    * @param channel0
-    */
    public void sendNodeAnnounce(final long currentEventID,
                                 String nodeID,
                                 boolean isBackup,

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-02-01 16:48:14 UTC (rev 12060)
+++ trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/Topology.java	2012-02-01 16:48:31 UTC (rev 12061)
@@ -148,9 +148,8 @@
    }
 
    /**
-    * 
-    * @param <p>uniqueIdentifier an unique identifier for when the change was made
-    *           We will use current time millis for starts, and a ++ of that number for shutdown. </p> 
+    * @param uniqueEventID an unique identifier for when the change was made We will use current
+    *           time millis for starts, and a ++ of that number for shutdown.
     * @param nodeId
     * @param memberInput
     * @return
@@ -207,7 +206,7 @@
                if (log.isDebugEnabled())
                {
                   log.debug(this + "::updated currentMember=nodeID=" +
-                            nodeId + 
+                            nodeId +
                             ", currentMember=" +
                             currentMember +
                             ", memberInput=" +
@@ -267,7 +266,7 @@
                                         " connector = " +
                                         memberToSend.getConnector());
                   }
-   
+
                   try
                   {
                      listener.nodeUP(uniqueEventID, nodeId, memberToSend.getConnector(), false);
@@ -545,7 +544,7 @@
    {
       if (mapDelete == null)
       {
-         mapDelete = new ConcurrentHashMap<String, Long>();      
+         mapDelete = new ConcurrentHashMap<String, Long>();
       }
       return mapDelete;
    }



More information about the hornetq-commits mailing list