Javadoc fixes
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 5 Jul 2011 19:53:53 +0000 (19:53 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 5 Jul 2011 19:53:53 +0000 (19:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1143188 13f79535-47bb-0310-9956-ffa450edef68

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

index 7a9fc13..d678a95 100644 (file)
@@ -148,7 +148,7 @@ public class AjpNioProtocol extends AbstractAjpProtocol {
         
         /**
          * Use this only if the processor is not available, otherwise use
-         * {@link #release(SocketWrapper<NioChannel>, AjpNioProcessor)}.
+         * {@link #release(SocketWrapper, AjpNioProcessor)}.
          */
         @Override
         public void release(SocketWrapper<NioChannel> socket) {
index c3d5409..ff5d677 100644 (file)
@@ -210,7 +210,7 @@ public class Http11NioProtocol extends AbstractHttp11JsseProtocol {
         
         /**
          * Use this only if the processor is not available, otherwise use
-         * {@link #release(SocketWrapper<NioChannel>, Http11NioProcessor)}.
+         * {@link #release(SocketWrapper, Http11NioProcessor)}.
          */
         @Override
         public void release(SocketWrapper<NioChannel> socket) {