This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new fd55ba55d9 Add missing @Override
fd55ba55d9 is described below
commit fd55ba55d97f7cb526f08fcbf10f7cbb7ecd483d
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]