Fix Javadoc warnings
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 10 Feb 2011 18:40:37 +0000 (18:40 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 10 Feb 2011 18:40:37 +0000 (18:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1069516 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/AccessLog.java

index 0d7ff95..9e9a418 100644 (file)
@@ -76,8 +76,9 @@ public interface AccessLog {
     /**
      * Should this valve set request attributes for IP address, Hostname,
      * protocol and port used for the request? This are typically used in
-     * conjunction with the {@link AccessLogValve} which will otherwise log the
-     * original values. Default is <code>true</code>.
+     * conjunction with the {@link org.apache.catalina.valves.AccessLogValve}
+     * which will otherwise log the original values.
+     * Default is <code>true</code>.
      * 
      * The attributes set are:
      * <ul>