Fix JavaDoc aspects of bug 46985. Based on kkolinko's proposed patch.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 22 May 2009 15:30:30 +0000 (15:30 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 22 May 2009 15:30:30 +0000 (15:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@777576 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/coyote/http11/Http11Processor.java

index 7eed3fc..f599aa1 100644 (file)
@@ -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)