[jboss-cvs] JBoss Messaging SVN: r4158 - in trunk/src/main/org/jboss/messaging/core: remoting and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 7 11:48:30 EDT 2008


Author: ataylor
Date: 2008-05-07 11:48:30 -0400 (Wed, 07 May 2008)
New Revision: 4158

Modified:
   trunk/src/main/org/jboss/messaging/core/deployers/Deployer.java
   trunk/src/main/org/jboss/messaging/core/remoting/ConnectorRegistry.java
   trunk/src/main/org/jboss/messaging/core/remoting/PacketHandler.java
   trunk/src/main/org/jboss/messaging/core/remoting/impl/ConnectorRegistryImpl.java
Log:
fixed javadocs

Modified: trunk/src/main/org/jboss/messaging/core/deployers/Deployer.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/deployers/Deployer.java	2008-05-07 14:46:16 UTC (rev 4157)
+++ trunk/src/main/org/jboss/messaging/core/deployers/Deployer.java	2008-05-07 15:48:30 UTC (rev 4158)
@@ -73,7 +73,7 @@
 
    /**
     * the weight of the deployer, used for ordering the order that deployers are deployed.
-    * @return
+    * @return the weight
     */
    int getWeight();
 }
\ No newline at end of file

Modified: trunk/src/main/org/jboss/messaging/core/remoting/ConnectorRegistry.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/remoting/ConnectorRegistry.java	2008-05-07 14:46:16 UTC (rev 4157)
+++ trunk/src/main/org/jboss/messaging/core/remoting/ConnectorRegistry.java	2008-05-07 15:48:30 UTC (rev 4158)
@@ -54,8 +54,8 @@
     * If there is only one reference, remove it from the connectors Map and
     * returns it. Otherwise return null.
     * 
-    * @param config
-    *           a Configuration
+    * @param location
+    *           a Location
     * @return the NIOConnector if there is no longer any references to it or
     *         <code>null</code>
     * @throws IllegalStateException

Modified: trunk/src/main/org/jboss/messaging/core/remoting/PacketHandler.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/remoting/PacketHandler.java	2008-05-07 14:46:16 UTC (rev 4157)
+++ trunk/src/main/org/jboss/messaging/core/remoting/PacketHandler.java	2008-05-07 15:48:30 UTC (rev 4158)
@@ -15,7 +15,7 @@
  * registered into the same RemoteDispatcher).
  * 
  * @see PacketDispatcher#register(PacketHandler)
- * @see PacketDispatcher#unregister(String)
+ * @see PacketDispatcher#unregister(long)
  * 
  * @author <a href="mailto:jmesnil at redhat.com">Jeff Mesnil</a>.
  * 

Modified: trunk/src/main/org/jboss/messaging/core/remoting/impl/ConnectorRegistryImpl.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/remoting/impl/ConnectorRegistryImpl.java	2008-05-07 14:46:16 UTC (rev 4157)
+++ trunk/src/main/org/jboss/messaging/core/remoting/impl/ConnectorRegistryImpl.java	2008-05-07 15:48:30 UTC (rev 4158)
@@ -155,8 +155,8 @@
     * If there is only one reference, remove it from the connectors Map and
     * returns it. Otherwise return null.
     * 
-    * @param config
-    *           a Configuration
+    * @param location
+    *           a Location
     * @return the NIOConnector if there is no longer any references to it or
     *         <code>null</code>
     * @throws IllegalStateException




More information about the jboss-cvs-commits mailing list