Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 7043 invoked from network); 4 Dec 2009 10:14:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Dec 2009 10:14:25 -0000 Received: (qmail 69706 invoked by uid 500); 4 Dec 2009 10:14:24 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 69630 invoked by uid 500); 4 Dec 2009 10:14:24 -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 69619 invoked by uid 99); 4 Dec 2009 10:14:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2009 10:14:24 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 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; Fri, 04 Dec 2009 10:14:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DD56F2388998; Fri, 4 Dec 2009 10:14:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r887143 - /tomcat/trunk/java/org/apache/catalina/startup/DefaultJarScanner.java Date: Fri, 04 Dec 2009 10:14:00 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091204101400.DD56F2388998@eris.apache.org> Author: markt Date: Fri Dec 4 10:14:00 2009 New Revision: 887143 URL: http://svn.apache.org/viewvc?rev=887143&view=rev Log: Fix typo Modified: tomcat/trunk/java/org/apache/catalina/startup/DefaultJarScanner.java Modified: tomcat/trunk/java/org/apache/catalina/startup/DefaultJarScanner.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/DefaultJarScanner.java?rev=887143&r1=887142&r2=887143&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/startup/DefaultJarScanner.java (original) +++ tomcat/trunk/java/org/apache/catalina/startup/DefaultJarScanner.java Fri Dec 4 10:14:00 2009 @@ -37,7 +37,7 @@ * The default {@link JarScanner} implementation scans the WEB-INF/lib directory * followed by the provided classloader and then works up the classloader * hierarchy. This implementation is sufficient to meet the requirements of the - * Servlet 3.0 specification as well is to provide a number of Tomcat specific + * Servlet 3.0 specification as well as to provide a number of Tomcat specific * extensions. The extensions are: *
    *
  • Scanning the classloader hierarchy (enabled by default)
  • --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org