This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 4e288be9c9 Remove old javadoc
4e288be9c9 is described below
commit 4e288be9c9e098a70a8fb7193e68cb4f8ca3d099
Author: remm <[email protected]>
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 5525c74af0..3621bcdf8d 100644
--- a/java/org/apache/tomcat/util/net/NioEndpoint.java
+++ b/java/org/apache/tomcat/util/net/NioEndpoint.java
@@ -56,17 +56,9 @@ import
org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState;
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: [email protected]
For additional commands, e-mail: [email protected]