Fix Javadoc warnings spotted in 7.0.17 build
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 2 Jul 2011 21:44:32 +0000 (21:44 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 2 Jul 2011 21:44:32 +0000 (21:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1142317 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/coyote/ajp/AjpNioProtocol.java
java/org/apache/coyote/http11/Http11NioProtocol.java

index 6052497..7a9fc13 100644 (file)
@@ -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<NioChannel>, AjpNioProcessor)}.
          */
         @Override
         public void release(SocketWrapper<NioChannel> socket) {
index 8550889..c3d5409 100644 (file)
@@ -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<NioChannel>, Http11NioProcessor)}.
          */
         @Override
         public void release(SocketWrapper<NioChannel> socket) {