[hornetq-commits] JBoss hornetq SVN: r12244 - in trunk/hornetq-core/src/main/java/org/hornetq/core: protocol/core/impl/wireformat and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Mar 6 06:40:05 EST 2012


Author: borges
Date: 2012-03-06 06:40:05 -0500 (Tue, 06 Mar 2012)
New Revision: 12244

Modified:
   trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/ServerLocatorImpl.java
   trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/core/impl/wireformat/ReplicationSyncFileMessage.java
Log:
Remove invalid javadoc @param declarations.

Modified: trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/ServerLocatorImpl.java
===================================================================
--- trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/ServerLocatorImpl.java	2012-03-06 11:39:45 UTC (rev 12243)
+++ trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/ServerLocatorImpl.java	2012-03-06 11:40:05 UTC (rev 12244)
@@ -463,9 +463,6 @@
 
    /**
     * Create a ServerLocatorImpl using UDP discovery to lookup cluster
-    *
-    * @param discoveryAddress
-    * @param discoveryPort
     */
    public ServerLocatorImpl(final boolean useHA, final DiscoveryGroupConfiguration groupConfiguration)
    {
@@ -496,9 +493,6 @@
 
    /**
     * Create a ServerLocatorImpl using UDP discovery to lookup cluster
-    *
-    * @param discoveryAddress
-    * @param discoveryPort
     */
    public ServerLocatorImpl(final Topology topology,
                             final boolean useHA,

Modified: trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/core/impl/wireformat/ReplicationSyncFileMessage.java
===================================================================
--- trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/core/impl/wireformat/ReplicationSyncFileMessage.java	2012-03-06 11:39:45 UTC (rev 12243)
+++ trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/core/impl/wireformat/ReplicationSyncFileMessage.java	2012-03-06 11:40:05 UTC (rev 12244)
@@ -46,7 +46,7 @@
 
       /**
        * @param readByte
-       * @return
+       * @return {@link FileType} corresponding to the byte code.
        */
       public static FileType getFileType(byte readByte)
       {



More information about the hornetq-commits mailing list