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 2016/12/06 11:24:23 UTC

svn commit: r1772865 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

Author: markt
Date: Tue Dec  6 11:24:23 2016
New Revision: 1772865

URL: http://svn.apache.org/viewvc?rev=1772865&view=rev
Log:
Correct comment

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java?rev=1772865&r1=1772864&r2=1772865&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Tue Dec  6 11:24:23 2016
@@ -390,12 +390,10 @@ public class Nio2Endpoint extends Abstra
 
 
     // --------------------------------------------------- Acceptor Inner Class
-
     /**
      * With NIO2, the main acceptor thread only initiates the initial accept
      * but periodically checks that the connector is still accepting (if not
-     * it will attempt to start again). It is also responsible for periodic
-     * checks of async timeouts, rather than use a dedicated thread for that.
+     * it will attempt to start again).
      */
     protected class Acceptor extends AbstractEndpoint.Acceptor {
 



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