This is an automated email from the ASF dual-hosted git repository.
markt 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 99135bc Correct comment
99135bc is described below
commit 99135bc2158c3d241e84b3bffc93efdb43cdaa36
Author: Mark Thomas <[email protected]>
AuthorDate: Tue May 5 10:07:51 2020 +0100
Correct comment
---
java/org/apache/catalina/connector/Connector.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/connector/Connector.java
b/java/org/apache/catalina/connector/Connector.java
index 90c218a..b493387 100644
--- a/java/org/apache/catalina/connector/Connector.java
+++ b/java/org/apache/catalina/connector/Connector.java
@@ -330,7 +330,7 @@ public class Connector extends LifecycleMBeanBase {
* @param name the property name
* @param value the property value
*
- * @deprecated Use {@link #setAttribute(String, Object)}. This will be
+ * @deprecated Use {@link #setProperty(String, String)}. This will be
* removed in Tomcat 10 onwards.
*/
@Deprecated
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]