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