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 ceb46a8475 Add missing @Override
ceb46a8475 is described below
commit ceb46a84753c8eb7a23c0866299ceb09e4a50b83
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Sep 22 14:16:51 2026 +0100
Add missing @Override
---
java/org/apache/tomcat/util/net/NioEndpoint.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/java/org/apache/tomcat/util/net/NioEndpoint.java
b/java/org/apache/tomcat/util/net/NioEndpoint.java
index 9200f44f94..43659307aa 100644
--- a/java/org/apache/tomcat/util/net/NioEndpoint.java
+++ b/java/org/apache/tomcat/util/net/NioEndpoint.java
@@ -347,6 +347,7 @@ public class NioEndpoint extends
AbstractNetworkChannelEndpoint<NioChannel,Socke
* @return The number of sockets currently registered with the poller
(i.e. all active sockets, including the
* keep-alive sockets waiting for the next request to be
received on the socket)
*/
+ @Override
public int getKeepAliveCount() {
if (poller == null) {
return 0;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]