From 2b62d69b1853f83c21b4c66fcf7b1d64b5e5f826 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 10 Feb 2011 18:40:37 +0000 Subject: [PATCH] Fix Javadoc warnings git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1069516 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/AccessLog.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: *