Author: huxing
Date: Fri Jan 6 09:50:30 2017
New Revision: 1777552
URL: http://svn.apache.org/viewvc?rev=1777552&view=rev
Log:
Fix javadoc, there is no poller thread in NIO2.
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=1777552&r1=1777551&r2=1777552&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Fri Jan 6
09:50:30 2017
@@ -161,7 +161,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: [email protected]
For additional commands, e-mail: [email protected]