This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 496b19a Align with 9.0.x onwards 496b19a is described below commit 496b19a42fba7ae18457577da35149940591df85 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Feb 16 19:48:08 2022 +0000 Align with 9.0.x onwards --- java/org/apache/tomcat/util/net/AbstractEndpoint.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/java/org/apache/tomcat/util/net/AbstractEndpoint.java b/java/org/apache/tomcat/util/net/AbstractEndpoint.java index 73cfbfb..9b9102c 100644 --- a/java/org/apache/tomcat/util/net/AbstractEndpoint.java +++ b/java/org/apache/tomcat/util/net/AbstractEndpoint.java @@ -506,8 +506,7 @@ public abstract class AbstractEndpoint<S> { initializeConnectionLatch(); } } - - public int getMaxConnections() { return this.maxConnections; } + public int getMaxConnections() { return this.maxConnections; } /** * Return the current count of connections handled by this endpoint, if the --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org