Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 11239 invoked from network); 23 Apr 2007 12:31:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2007 12:31:01 -0000 Received: (qmail 43081 invoked by uid 500); 23 Apr 2007 12:31:06 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 43036 invoked by uid 500); 23 Apr 2007 12:31:06 -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 43025 invoked by uid 500); 23 Apr 2007 12:31:06 -0000 Received: (qmail 43022 invoked by uid 99); 23 Apr 2007 12:31:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 05:31:06 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 05:30:58 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 989041A9838; Mon, 23 Apr 2007 05:30:38 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r531448 - /ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java Date: Mon, 23 Apr 2007 12:30:37 -0000 To: ant-cvs@apache.org From: stevel@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070423123038.989041A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: stevel Date: Mon Apr 23 05:30:32 2007 New Revision: 531448 URL: http://svn.apache.org/viewvc?view=rev&rev=531448 Log: correct the comment to match the code -we only check for string args- Modified: ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java?view=diff&rev=531448&r1=531447&r2=531448 ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java Mon Apr 23 05:30:32 2007 @@ -206,8 +206,7 @@ continue; } /* - If the argument is not a String or Location, - and if there + If the argument is not a String and if there is an overloaded form of this method already defined, we just override that with the new one. This mechanism does not guarantee any specific order --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org