This is an automated email from the ASF dual-hosted git repository.

markt-asf 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 055412dd54 Fix IDE warning
055412dd54 is described below

commit 055412dd549f24a8035d284f277644996d98a469
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Sep 22 22:35:36 2026 +0100

    Fix IDE warning
---
 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 88dd9910ad..0391f63901 100644
--- a/java/org/apache/tomcat/util/net/Nio2Endpoint.java
+++ b/java/org/apache/tomcat/util/net/Nio2Endpoint.java
@@ -99,6 +99,7 @@ public class Nio2Endpoint extends 
AbstractJsseEndpoint<Nio2Channel,AsynchronousS
      *
      * @return Always returns -1.
      */
+    @Override
     public int getKeepAliveCount() {
         // For this connector, only the overall connection count is relevant
         return -1;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to