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 2014/05/20 20:34:38 UTC

svn commit: r1596357 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java

Author: markt
Date: Tue May 20 18:34:38 2014
New Revision: 1596357

URL: http://svn.apache.org/r1596357
Log:
Correct comment

Modified:
    tomcat/trunk/java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java

Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java?rev=1596357&r1=1596356&r2=1596357&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java Tue May 20 18:34:38 2014
@@ -98,8 +98,7 @@ public abstract class AbstractServletOut
                     sm.getString("upgrade.sos.writeListener.set"));
         }
         // Container is responsible for first call to onWritePossible() but only
-        // need to do this if setting the listener for the first time rather
-        // than changing it.
+        // need to do this if setting the listener for the first time.
         synchronized (fireListenerLock) {
             fireListener = true;
         }



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