Correct JavaDocs.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 3 Aug 2009 17:32:18 +0000 (17:32 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 3 Aug 2009 17:32:18 +0000 (17:32 +0000)
Patch by Xie Xiaodong (GSOC 2009)

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@800471 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/filters/RemoteAddrFilter.java
java/org/apache/catalina/filters/RemoteHostFilter.java

index af47302..c81ce9b 100644 (file)
@@ -31,7 +31,7 @@ import org.apache.juli.logging.LogFactory;
 
 
 /**
- * Concrete implementation of <code>RequestFilterFilter</code> that filters
+ * Concrete implementation of <code>RequestFilter</code> that filters
  * based on the string representation of the remote client's IP address.
  *
  * @author Craig R. McClanahan
index ec70ca6..8244c38 100644 (file)
@@ -31,7 +31,7 @@ import org.apache.juli.logging.LogFactory;
 
 
 /**
- * Concrete implementation of <code>RequestFilterFilter</code> that filters
+ * Concrete implementation of <code>RequestFilter</code> that filters
  * based on the remote client's host name.
  *
  * @author Craig R. McClanahan