You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/01/08 21:41:35 UTC

svn commit: r1650375 - /tomcat/trunk/java/org/apache/coyote/http11/Http11OutputBuffer.java

Author: markt
Date: Thu Jan  8 20:41:35 2015
New Revision: 1650375

URL: http://svn.apache.org/r1650375
Log:
Review and tidy up comments.

Modified:
    tomcat/trunk/java/org/apache/coyote/http11/Http11OutputBuffer.java

Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11OutputBuffer.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/Http11OutputBuffer.java?rev=1650375&r1=1650374&r2=1650375&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http11/Http11OutputBuffer.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http11/Http11OutputBuffer.java Thu Jan  8 20:41:35 2015
@@ -288,7 +288,6 @@ public class Http11OutputBuffer<S> imple
      * connection.
      */
     public void recycle() {
-        // Sub-classes may wish to do more than this.
         nextRequest();
         socketWrapper = null;
     }
@@ -626,7 +625,7 @@ public class Http11OutputBuffer<S> imple
     // ------------------------------------------ SocketOutputBuffer Inner Class
 
     /**
-     * This class is an output buffer which will write data to an output stream.
+     * This class is an output buffer which will write data to a socket.
      */
     protected class SocketOutputBuffer implements OutputBuffer {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org