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 2013/08/30 09:56:54 UTC

svn commit: r1518905 - /tomcat/trunk/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter.java

Author: markt
Date: Fri Aug 30 07:56:54 2013
New Revision: 1518905

URL: http://svn.apache.org/r1518905
Log:
Fix copy/paste error

Modified:
    tomcat/trunk/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter.java

Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter.java?rev=1518905&r1=1518904&r2=1518905&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter.java (original)
+++ tomcat/trunk/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter.java Fri Aug 30 07:56:54 2013
@@ -90,7 +90,7 @@ public class ByteCounter extends HttpSer
             this.sos = sos;
 
             // In Tomcat, the order the listeners are set controls the order
-            // that the first calls are made. In this case, the write listener
+            // that the first calls are made. In this case, the read listener
             // will be called before the write listener.
             sis.setReadListener(this);
             sos.setWriteListener(this);



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