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 7a711f7cf7 Add missing @Override
7a711f7cf7 is described below
commit 7a711f7cf754df11f7a998f11a7d4d7a40c5d1f5
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 37d2e22826..f6167447e8 100644
--- a/java/org/apache/tomcat/util/net/NioEndpoint.java
+++ b/java/org/apache/tomcat/util/net/NioEndpoint.java
@@ -378,6 +378,7 @@ public class NioEndpoint extends
AbstractJsseEndpoint<NioChannel,SocketChannel>
* @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]