From: markt Date: Fri, 22 May 2009 15:30:30 +0000 (+0000) Subject: Fix JavaDoc aspects of bug 46985. Based on kkolinko's proposed patch. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=170d5b3486995eb8be55f74a6766060aea084a5f;p=tomcat7.0 Fix JavaDoc aspects of bug 46985. Based on kkolinko's proposed patch. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@777576 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/coyote/http11/Http11Processor.java b/java/org/apache/coyote/http11/Http11Processor.java index 7eed3fc19..f599aa10a 100644 --- a/java/org/apache/coyote/http11/Http11Processor.java +++ b/java/org/apache/coyote/http11/Http11Processor.java @@ -726,12 +726,11 @@ public class Http11Processor implements ActionHook { } /** - * Process pipelined HTTP requests using the specified input and output - * streams. + * Process pipelined HTTP requests on the specified socket. * - * @param input stream from which the HTTP requests will be read - * @param output stream which will be used to output the HTTP - * responses + * @param socket Socket from which the HTTP requests will be read + * and the HTTP responses will be written. + * * @throws IOException error during an I/O operation */ public void process(Socket theSocket)