Author: markt Date: Fri May 22 15:30:30 2009 New Revision: 777576 URL: http://svn.apache.org/viewvc?rev=777576&view=rev Log: Fix JavaDoc aspects of bug 46985. Based on kkolinko's proposed patch.
Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java?rev=777576&r1=777575&r2=777576&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java (original) +++ tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java Fri May 22 15:30:30 2009 @@ -726,12 +726,11 @@ } /** - * 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) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org