This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 3d665c04d3 Remove old javadoc 3d665c04d3 is described below commit 3d665c04d3ca2bab35e002f68073b1ca08bcd235 Author: remm <r...@apache.org> AuthorDate: Mon Feb 26 16:26:24 2024 +0100 Remove old javadoc --- java/org/apache/tomcat/util/net/NioEndpoint.java | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/java/org/apache/tomcat/util/net/NioEndpoint.java b/java/org/apache/tomcat/util/net/NioEndpoint.java index bf3633806d..508682c8fc 100644 --- a/java/org/apache/tomcat/util/net/NioEndpoint.java +++ b/java/org/apache/tomcat/util/net/NioEndpoint.java @@ -64,17 +64,9 @@ import org.apache.tomcat.util.net.Acceptor.AcceptorState; import org.apache.tomcat.util.net.jsse.JSSESupport; /** - * NIO tailored thread pool, providing the following services: - * <ul> - * <li>Socket acceptor thread</li> - * <li>Socket poller thread</li> - * <li>Worker threads pool</li> - * </ul> - * - * TODO: Consider using the virtual machine's thread pool. + * NIO endpoint. * * @author Mladen Turk - * @author Remy Maucherat */ public class NioEndpoint extends AbstractJsseEndpoint<NioChannel,SocketChannel> { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org