Browse Source

fix comment

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447986 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 19 years ago
parent
commit
29121f13cb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/IntrospectionHelper.java

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

@@ -181,7 +181,7 @@ public final class IntrospectionHelper implements BuildListener {
insertAddTypeMethod(m);
continue;
}
// not really user settable properties on tasks
// not really user settable properties on tasks/project components
if (org.apache.tools.ant.ProjectComponent.class.isAssignableFrom(
bean)
&& args.length == 1 && isHiddenSetMethod(name, args[0])) {


Loading…
Cancel
Save