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 14129d1 Align with 9.0.x 14129d1 is described below commit 14129d1ef2e8b4f6a0302aca28d26d1fdb072743 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Feb 16 20:25:28 2022 +0000 Align with 9.0.x --- java/org/apache/tomcat/util/net/AbstractEndpoint.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/org/apache/tomcat/util/net/AbstractEndpoint.java b/java/org/apache/tomcat/util/net/AbstractEndpoint.java index 9b9102c..1ce26b7 100644 --- a/java/org/apache/tomcat/util/net/AbstractEndpoint.java +++ b/java/org/apache/tomcat/util/net/AbstractEndpoint.java @@ -449,7 +449,7 @@ public abstract class AbstractEndpoint<S> { * Unused. * * @deprecated This attribute is hard-coded to {@code 1} and is no longer - * configurable. + * configurable. It will be removed in Tomcat 10.1. */ @Deprecated protected int acceptorThreadCount = 1; @@ -460,7 +460,7 @@ public abstract class AbstractEndpoint<S> { * @param acceptorThreadCount Ignored * * @deprecated This attribute is hard-coded to {@code 1} and is no longer - * configurable. + * configurable. This setter will be removed in Tomcat 10. */ @Deprecated public void setAcceptorThreadCount(int acceptorThreadCount) { @@ -473,7 +473,7 @@ public abstract class AbstractEndpoint<S> { * @return Always returns {@code 1} * * @deprecated This attribute is hard-coded to {@code 1} and is no longer - * configurable. + * configurable. This getter will be removed in Tomcat 10. */ @Deprecated public int getAcceptorThreadCount() { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org