Author: huxing Date: Fri Jan 6 09:53:38 2017 New Revision: 1777554 URL: http://svn.apache.org/viewvc?rev=1777554&view=rev Log: Fix javadoc, there is no poller thread in NIO2.
Modified: tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified: tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java?rev=1777554&r1=1777553&r2=1777554&view=diff ============================================================================== --- tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java (original) +++ tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Fri Jan 6 09:53:38 2017 @@ -165,7 +165,7 @@ public class Nio2Endpoint extends Abstra /** - * Start the NIO endpoint, creating acceptor, poller threads. + * Start the NIO2 endpoint, creating acceptor. */ @Override public void startInternal() throws Exception { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org