This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 5bbe35c Managed to delete this. Sorry for the noise 5bbe35c is described below commit 5bbe35c7039f3f78862ee334f2abf06b600e95dd Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Nov 19 17:06:08 2020 +0000 Managed to delete this. Sorry for the noise --- java/org/apache/tomcat/util/net/Nio2Endpoint.java | 1 + 1 file changed, 1 insertion(+) diff --git a/java/org/apache/tomcat/util/net/Nio2Endpoint.java b/java/org/apache/tomcat/util/net/Nio2Endpoint.java index e45761e..02e8c16 100644 --- a/java/org/apache/tomcat/util/net/Nio2Endpoint.java +++ b/java/org/apache/tomcat/util/net/Nio2Endpoint.java @@ -425,6 +425,7 @@ public class Nio2Endpoint extends AbstractJsseEndpoint<Nio2Channel,AsynchronousS * @param waitSeconds Ignored for NIO2. * */ + @Override public void stop(int waitSeconds) { acceptor.state = AcceptorState.ENDED; } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org