This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new df2424e Fix javadoc too.
df2424e is described below
commit df2424e0fa4c5cb7e2987e7b713c404d7c5a88e1
Author: remm <[email protected]>
AuthorDate: Thu May 9 21:44:35 2019 +0200
Fix javadoc too.
---
java/org/apache/coyote/AbstractProtocol.java | 4 ++--
java/org/apache/tomcat/util/net/AbstractEndpoint.java | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/java/org/apache/coyote/AbstractProtocol.java
b/java/org/apache/coyote/AbstractProtocol.java
index 6b93ef4..939477b 100644
--- a/java/org/apache/coyote/AbstractProtocol.java
+++ b/java/org/apache/coyote/AbstractProtocol.java
@@ -315,7 +315,7 @@ public abstract class AbstractProtocol<S> implements
ProtocolHandler,
*
* @param threadCount Unused
*
- * @Deprecated Will be removed in Tomcat 10.
+ * @deprecated Will be removed in Tomcat 10.
*/
@Deprecated
public void setAcceptorThreadCount(int threadCount) {
@@ -326,7 +326,7 @@ public abstract class AbstractProtocol<S> implements
ProtocolHandler,
*
* @return Always 1.
*
- * @Deprecated Will be removed in Tomcat 10.
+ * @deprecated Will be removed in Tomcat 10.
*/
@Deprecated
public int getAcceptorThreadCount() {
diff --git a/java/org/apache/tomcat/util/net/AbstractEndpoint.java
b/java/org/apache/tomcat/util/net/AbstractEndpoint.java
index 79d137e..bbe163d 100644
--- a/java/org/apache/tomcat/util/net/AbstractEndpoint.java
+++ b/java/org/apache/tomcat/util/net/AbstractEndpoint.java
@@ -411,7 +411,7 @@ public abstract class AbstractEndpoint<S,U> {
*
* @param acceptorThreadCount Unused
*
- * @Deprecated Will be removed in Tomcat 10.
+ * @deprecated Will be removed in Tomcat 10.
*/
@Deprecated
public void setAcceptorThreadCount(int acceptorThreadCount) {}
@@ -421,7 +421,7 @@ public abstract class AbstractEndpoint<S,U> {
*
* @return Always 1.
*
- * @Deprecated Will be removed in Tomcat 10.
+ * @deprecated Will be removed in Tomcat 10.
*/
@Deprecated
public int getAcceptorThreadCount() { return 1; }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]