This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 8008253814a14eb7985d85d85ef42700460975af Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Oct 16 14:27:46 2020 +0100 SpotBugs - simplify --- java/org/apache/tomcat/util/net/NioEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/util/net/NioEndpoint.java b/java/org/apache/tomcat/util/net/NioEndpoint.java index 527f38d..eaf7efe 100644 --- a/java/org/apache/tomcat/util/net/NioEndpoint.java +++ b/java/org/apache/tomcat/util/net/NioEndpoint.java @@ -571,7 +571,7 @@ public class NioEndpoint extends AbstractJsseEndpoint<NioChannel,SocketChannel> cancelledKey(key, socketWrapper); } } else { - cancelledKey(key, attachment); + cancelledKey(key, null); } } } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org