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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]