Author: peterreilly Date: Tue Sep 19 14:49:45 2006 New Revision: 447986 URL: http://svn.apache.org/viewvc?view=rev&rev=447986 Log: fix comment
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=447986&r1=447985&r2=447986 ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java Tue Sep 19 14:49:45 2006 @@ -181,7 +181,7 @@ 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])) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]