Author: rjung Date: Sun Sep 18 13:04:25 2011 New Revision: 1172278 URL: http://svn.apache.org/viewvc?rev=1172278&view=rev Log: Fix javadoc and comment typo.
Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java?rev=1172278&r1=1172277&r2=1172278&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java (original) +++ tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java Sun Sep 18 13:04:25 2011 @@ -831,8 +831,8 @@ public abstract class AbstractHttp11Proc /** * Defines how a connector handles an incomplete request line read. * - * @returns <code>true</code> if the processor should break out of the - * processing loop, otherwise <code>false</code>. + * @return <code>true</code> if the processor should break out of the + * processing loop, otherwise <code>false</code>. */ protected abstract boolean handleIncompleteRequestLineRead(); @@ -1569,10 +1569,10 @@ public abstract class AbstractHttp11Proc /** - * Checks to see of the keep-alive loop should be broken, performing any - * processing (e.g. send file handling) that may have an impact on whether + * Checks to see if the keep-alive loop should be broken, performing any + * processing (e.g. sendfile handling) that may have an impact on whether * or not the keep-alive loop should be broken. - * @return + * @return true if the keep-alive loop should be broken */ protected abstract boolean breakKeepAliveLoop( SocketWrapper<S> socketWrapper); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org