Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 96DA293A4 for ; Thu, 5 Jan 2012 08:35:07 +0000 (UTC) Received: (qmail 13008 invoked by uid 500); 5 Jan 2012 08:35:03 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 12080 invoked by uid 500); 5 Jan 2012 08:34:49 -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 12037 invoked by uid 99); 5 Jan 2012 08:34:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 08:34:43 +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, 05 Jan 2012 08:34:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 89FBB238889B for ; Thu, 5 Jan 2012 08:34:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn propchange: r1226976 - svn:log Date: Thu, 05 Jan 2012 08:34:21 -0000 To: dev@tomcat.apache.org From: kkolinko@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120105083421.89FBB238889B@eris.apache.org> Author: kkolinko Revision: 1226976 Modified property: svn:log Modified: svn:log at Thu Jan 5 08:34:21 2012 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Thu Jan 5 08:34:21 2012 @@ -1,2 +1,3 @@ -Correct error in r1666072 +Merged revision 1226975 from tomcat/trunk: +Correct error in r1158426 "return true" was originally "continue" that would have continued the for loop and was, in fact, unnecessary since it was at the end of the loop. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org