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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to