From 29121f13cb717345dea6c2c8cca1174522308a32 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Tue, 19 Sep 2006 21:49:45 +0000 Subject: [PATCH] fix comment git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447986 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/IntrospectionHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/IntrospectionHelper.java b/src/main/org/apache/tools/ant/IntrospectionHelper.java index 16999ca0f..fc792ebaa 100644 --- a/src/main/org/apache/tools/ant/IntrospectionHelper.java +++ b/src/main/org/apache/tools/ant/IntrospectionHelper.java @@ -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])) {