You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2011/07/02 23:44:33 UTC

svn commit: r1142317 - in /tomcat/trunk/java/org/apache/coyote: ajp/AjpNioProtocol.java http11/Http11NioProtocol.java

Author: markt
Date: Sat Jul  2 21:44:32 2011
New Revision: 1142317

URL: http://svn.apache.org/viewvc?rev=1142317&view=rev
Log:
Fix Javadoc warnings spotted in 7.0.17 build

Modified:
    tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProtocol.java
    tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java

Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProtocol.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProtocol.java?rev=1142317&r1=1142316&r2=1142317&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProtocol.java (original)
+++ tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProtocol.java Sat Jul  2 21:44:32 2011
@@ -148,7 +148,7 @@ public class AjpNioProtocol extends Abst
         
         /**
          * 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) {

Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java?rev=1142317&r1=1142316&r2=1142317&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java Sat Jul  2 21:44:32 2011
@@ -210,7 +210,7 @@ public class Http11NioProtocol extends A
         
         /**
          * 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) {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org