[jboss-remoting-commits] JBoss Remoting SVN: r3484 - remoting3/trunk/api/src/main/java/org/jboss/cx/remoting/spi/protocol.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Fri Feb 22 11:58:26 EST 2008


Author: david.lloyd at jboss.com
Date: 2008-02-22 11:58:26 -0500 (Fri, 22 Feb 2008)
New Revision: 3484

Modified:
   remoting3/trunk/api/src/main/java/org/jboss/cx/remoting/spi/protocol/ProtocolHandler.java
Log:
Fix javadoc warnings

Modified: remoting3/trunk/api/src/main/java/org/jboss/cx/remoting/spi/protocol/ProtocolHandler.java
===================================================================
--- remoting3/trunk/api/src/main/java/org/jboss/cx/remoting/spi/protocol/ProtocolHandler.java	2008-02-22 16:55:56 UTC (rev 3483)
+++ remoting3/trunk/api/src/main/java/org/jboss/cx/remoting/spi/protocol/ProtocolHandler.java	2008-02-22 16:58:26 UTC (rev 3484)
@@ -85,7 +85,7 @@
     /**
      * Get a new service identifier that will be used to request a service from the remote side.
      *
-     * @return
+     * @return the new service identifier
      * @throws IOException
      */
     ServiceIdentifier openService() throws IOException;
@@ -132,7 +132,7 @@
      * Read a stream identifier from a message.
      *
      * @param input
-     * @return
+     * @return the new stream identifier
      * @throws IOException
      */
     StreamIdentifier readStreamIdentifier(ObjectInput input) throws IOException;




More information about the jboss-remoting-commits mailing list