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