This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 2b41881e60 Fix IDE warning
2b41881e60 is described below
commit 2b41881e60f1942813491cf9c1c965ad83c40103
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 2b8fb05c0d..024a97c47a 100644
--- a/java/org/apache/tomcat/util/net/Nio2Endpoint.java
+++ b/java/org/apache/tomcat/util/net/Nio2Endpoint.java
@@ -110,6 +110,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]