From: markt Date: Sat, 2 Jul 2011 21:44:32 +0000 (+0000) Subject: Fix Javadoc warnings spotted in 7.0.17 build X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=79feff4a9ed30e708334b99ce029f95d6836fcaf;p=tomcat7.0 Fix Javadoc warnings spotted in 7.0.17 build git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1142317 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/coyote/ajp/AjpNioProtocol.java b/java/org/apache/coyote/ajp/AjpNioProtocol.java index 605249750..7a9fc136c 100644 --- a/java/org/apache/coyote/ajp/AjpNioProtocol.java +++ b/java/org/apache/coyote/ajp/AjpNioProtocol.java @@ -148,7 +148,7 @@ public class AjpNioProtocol extends AbstractAjpProtocol { /** * Use this only if the processor is not available, otherwise use - * {@link #release(NioChannel, AjpNioProcessor)}. + * {@link #release(SocketWrapper, AjpNioProcessor)}. */ @Override public void release(SocketWrapper socket) { diff --git a/java/org/apache/coyote/http11/Http11NioProtocol.java b/java/org/apache/coyote/http11/Http11NioProtocol.java index 8550889c4..c3d5409b6 100644 --- a/java/org/apache/coyote/http11/Http11NioProtocol.java +++ b/java/org/apache/coyote/http11/Http11NioProtocol.java @@ -210,7 +210,7 @@ public class Http11NioProtocol extends AbstractHttp11JsseProtocol { /** * Use this only if the processor is not available, otherwise use - * {@link #release(NioChannel, Http11NioProcessor)}. + * {@link #release(SocketWrapper, Http11NioProcessor)}. */ @Override public void release(SocketWrapper socket) {