Browse Source

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
remotes/1776816827838153613/tmp_25f451bd36ab3145e487fcb2cd5c62c571e5b602
Steve Loughran 19 years ago
parent
commit
d9fef33464
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/main/org/apache/tools/ant/IntrospectionHelper.java

+ 1
- 2
src/main/org/apache/tools/ant/IntrospectionHelper.java View File

@@ -206,8 +206,7 @@ public final class IntrospectionHelper {
continue; 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, is an overloaded form of this method already defined,
we just override that with the new one. we just override that with the new one.
This mechanism does not guarantee any specific order This mechanism does not guarantee any specific order


Loading…
Cancel
Save