Author: rjung Date: Sat Oct 19 11:32:00 2013 New Revision: 1533732 URL: http://svn.apache.org/r1533732 Log: Javadoc fixes.
Partial backport of r1531099 from trunk. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1531099 Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java?rev=1533732&r1=1533731&r2=1533732&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Sat Oct 19 11:32:00 2013 @@ -1143,8 +1143,8 @@ public class AprEndpoint extends Abstrac /** * Removes the specified socket from the poller. * - * @returns The configured timeout for the socket or zero if the socket - * was not in the list of socket timeouts + * @return The configured timeout for the socket or zero if the socket + * was not in the list of socket timeouts */ public long remove(long socket) { long result = 0; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org