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 ba807bb Fix javadoc ba807bb is described below commit ba807bb7763ab80ce3b97df8c166b901116eaf15 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 b06a8da..6d66247 100644 --- a/java/org/apache/coyote/AbstractProcessor.java +++ b/java/org/apache/coyote/AbstractProcessor.java @@ -717,7 +717,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