From a97b12ec6e5277a73c6b5c40e38ac5e2c5857c21 Mon Sep 17 00:00:00 2001 From: rjung Date: Sun, 18 Sep 2011 13:04:25 +0000 Subject: [PATCH] Fix javadoc and comment typo. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1172278 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/coyote/http11/AbstractHttp11Processor.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/java/org/apache/coyote/http11/AbstractHttp11Processor.java b/java/org/apache/coyote/http11/AbstractHttp11Processor.java index 3c869377e..83c767f49 100644 --- a/java/org/apache/coyote/http11/AbstractHttp11Processor.java +++ b/java/org/apache/coyote/http11/AbstractHttp11Processor.java @@ -831,8 +831,8 @@ public abstract class AbstractHttp11Processor extends AbstractProcessor { /** * Defines how a connector handles an incomplete request line read. * - * @returns true if the processor should break out of the - * processing loop, otherwise false. + * @return true if the processor should break out of the + * processing loop, otherwise false. */ protected abstract boolean handleIncompleteRequestLineRead(); @@ -1569,10 +1569,10 @@ public abstract class AbstractHttp11Processor extends AbstractProcessor { /** - * 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 socketWrapper); -- 2.11.0