This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 739933b59263f6319c528cfdb0c0ac2c3cb3f5f9 Author: remm <[email protected]> AuthorDate: Thu Sep 11 21:21:19 2025 +0200 Missed rename --- java/org/apache/tomcat/util/net/SecureNio2Channel.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/org/apache/tomcat/util/net/SecureNio2Channel.java b/java/org/apache/tomcat/util/net/SecureNio2Channel.java index fc7fb00770..55362f7dc7 100644 --- a/java/org/apache/tomcat/util/net/SecureNio2Channel.java +++ b/java/org/apache/tomcat/util/net/SecureNio2Channel.java @@ -99,7 +99,6 @@ public class SecureNio2Channel extends Nio2Channel { handshakeWriteCompletionHandler = new HandshakeWriteCompletionHandler(); } - private class HandshakeReadCompletionHandler implements CompletionHandler<Integer,SocketWrapperBase<Nio2Channel>> { @Override public void completed(Integer result, SocketWrapperBase<Nio2Channel> attachment) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
