[jboss-remoting-commits] JBoss Remoting SVN: r5558 - remoting3/trunk/jboss-remoting/src/main/java/org/jboss/remoting3.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Fri Oct 16 18:24:35 EDT 2009


Author: david.lloyd at jboss.com
Date: 2009-10-16 18:24:34 -0400 (Fri, 16 Oct 2009)
New Revision: 5558

Modified:
   remoting3/trunk/jboss-remoting/src/main/java/org/jboss/remoting3/Client.java
Log:
Javadoc fixes

Modified: remoting3/trunk/jboss-remoting/src/main/java/org/jboss/remoting3/Client.java
===================================================================
--- remoting3/trunk/jboss-remoting/src/main/java/org/jboss/remoting3/Client.java	2009-10-16 20:52:24 UTC (rev 5557)
+++ remoting3/trunk/jboss-remoting/src/main/java/org/jboss/remoting3/Client.java	2009-10-16 22:24:34 UTC (rev 5558)
@@ -108,7 +108,7 @@
 
     /**
      * Send a typed request and block until a reply is received.  If, for some reason, the given typed request object
-     * is not a subtype of {@link #<I>}, a {@code ClassCastException} is thrown.  Otherwise this method functions
+     * is not a subtype of {@code <I>}, a {@code ClassCastException} is thrown.  Otherwise this method functions
      * identically to {@link #invoke(Object) invoke(I)}.
      *
      * @param request the request
@@ -155,7 +155,7 @@
 
     /**
      * Send a typed request asynchronously.  If, for some reason, the given typed request object
-     * is not a subtype of {@link #<I>}, a {@code ClassCastException} is thrown.  Otherwise
+     * is not a subtype of {@code <I>}, a {@code ClassCastException} is thrown.  Otherwise
      * this method functions identically to {@link #send(Object) send(I)}.
      *
      * @param request the request to send



More information about the jboss-remoting-commits mailing list