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 5d40b63 Fix javadoc 5d40b63 is described below commit 5d40b631f33bc35cb6307f41c073792e8f08c414 Author: Mark Thomas <ma...@apache.org> AuthorDate: Sat Sep 5 17:25:43 2020 +0100 Fix javadoc --- java/org/apache/coyote/AbstractProcessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/coyote/AbstractProcessor.java b/java/org/apache/coyote/AbstractProcessor.java index fbd3cd1..7255040 100644 --- a/java/org/apache/coyote/AbstractProcessor.java +++ b/java/org/apache/coyote/AbstractProcessor.java @@ -724,7 +724,7 @@ public abstract class AbstractProcessor extends AbstractProcessorLight implement /** * @deprecated Unused. This will be removed in Tomcat 10 onwards. Use - * @{link {@link #ack(ContinueResponseTiming)}. + * {@link #ack(ContinueResponseTiming)}. */ @Deprecated protected void ack() { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org