Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 19707 invoked from network); 10 Feb 2011 18:41:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Feb 2011 18:41:00 -0000 Received: (qmail 33592 invoked by uid 500); 10 Feb 2011 18:41:00 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 33365 invoked by uid 500); 10 Feb 2011 18:40:58 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 33349 invoked by uid 99); 10 Feb 2011 18:40:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 18:40:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 18:40:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A530F23889EB; Thu, 10 Feb 2011 18:40:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1069516 - /tomcat/trunk/java/org/apache/catalina/AccessLog.java Date: Thu, 10 Feb 2011 18:40:37 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110210184037.A530F23889EB@eris.apache.org> Author: markt Date: Thu Feb 10 18:40:37 2011 New Revision: 1069516 URL: http://svn.apache.org/viewvc?rev=1069516&view=rev Log: Fix Javadoc warnings Modified: tomcat/trunk/java/org/apache/catalina/AccessLog.java Modified: tomcat/trunk/java/org/apache/catalina/AccessLog.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/AccessLog.java?rev=1069516&r1=1069515&r2=1069516&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/AccessLog.java (original) +++ tomcat/trunk/java/org/apache/catalina/AccessLog.java Thu Feb 10 18:40:37 2011 @@ -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: *
    --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org