From d9fef334644f1fe2c3867460bc9a903f3ab49d25 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Mon, 23 Apr 2007 12:30:32 +0000 Subject: [PATCH] correct the comment to match the code -we only check for string args- git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@531448 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/IntrospectionHelper.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/IntrospectionHelper.java b/src/main/org/apache/tools/ant/IntrospectionHelper.java index 8f4d88c94..56b2239b4 100644 --- a/src/main/org/apache/tools/ant/IntrospectionHelper.java +++ b/src/main/org/apache/tools/ant/IntrospectionHelper.java @@ -206,8 +206,7 @@ public final class IntrospectionHelper { 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