From: markt Date: Thu, 10 Feb 2011 18:40:37 +0000 (+0000) Subject: Fix Javadoc warnings X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2b62d69b1853f83c21b4c66fcf7b1d64b5e5f826;p=tomcat7.0 Fix Javadoc warnings git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1069516 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/AccessLog.java b/java/org/apache/catalina/AccessLog.java index 0d7ff950f..9e9a4182d 100644 --- a/java/org/apache/catalina/AccessLog.java +++ b/java/org/apache/catalina/AccessLog.java @@ -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 true. + * conjunction with the {@link org.apache.catalina.valves.AccessLogValve} + * which will otherwise log the original values. + * Default is true. * * The attributes set are: *