From 170d5b3486995eb8be55f74a6766060aea084a5f Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 22 May 2009 15:30:30 +0000 Subject: [PATCH] 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 --- java/org/apache/coyote/http11/Http11Processor.java | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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) -- 2.11.0