Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 66249 invoked from network); 25 Sep 2006 21:41:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Sep 2006 21:41:50 -0000 Received: (qmail 62168 invoked by uid 500); 25 Sep 2006 21:41:49 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 62114 invoked by uid 500); 25 Sep 2006 21:41:49 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 62083 invoked by uid 500); 25 Sep 2006 21:41:49 -0000 Received: (qmail 62077 invoked by uid 99); 25 Sep 2006 21:41:49 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Sep 2006 14:41:49 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=peterreilly@apache.org; spf=permerror X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain apache.org from 140.211.166.113 cause and error) Received: from [140.211.166.113] ([140.211.166.113:62215] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 34/62-13750-00D48154 for ; Mon, 25 Sep 2006 14:41:20 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A12191A981A; Mon, 25 Sep 2006 14:40:45 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r449828 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/Contains.java Date: Mon, 25 Sep 2006 21:40:45 -0000 To: ant-cvs@apache.org From: peterreilly@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060925214045.A12191A981A@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: peterreilly Date: Mon Sep 25 14:40:44 2006 New Revision: 449828 URL: http://svn.apache.org/viewvc?view=rev&rev=449828 Log: fix typo (reported by Antony Goubard) Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/Contains.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/Contains.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/Contains.java?view=diff&rev=449828&r1=449827&r2=449828 ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/Contains.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/Contains.java Mon Sep 25 14:40:44 2006 @@ -51,7 +51,7 @@ /** * Whether to search ignoring case or not. - * @param b if true, ignore case + * @param b if false, ignore case * @since Ant 1.5 */ public void setCasesensitive(boolean b) { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org