From 79feff4a9ed30e708334b99ce029f95d6836fcaf Mon Sep 17 00:00:00 2001 From: markt Date: Sat, 2 Jul 2011 21:44:32 +0000 Subject: [PATCH] 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 --- java/org/apache/coyote/ajp/AjpNioProtocol.java | 2 +- java/org/apache/coyote/http11/Http11NioProtocol.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.11.0