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

markt-asf pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new c9bf690a74 Fix IDE warning
c9bf690a74 is described below

commit c9bf690a74eaa5595a0e98b14558e50a24e2f786
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 fd03446793..77ee65ee8f 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 
AbstractNetworkChannelEndpoint<Nio2Channel,Asy
      *
      * @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