Author: stevel Date: Fri Apr 27 07:18:26 2007 New Revision: 533113 URL: http://svn.apache.org/viewvc?view=rev&rev=533113 Log: not files, resources
Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/Resource.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/Resource.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/Resource.java?view=diff&rev=533113&r1=533112&r2=533113 ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/Resource.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/Resource.java Fri Apr 27 07:18:26 2007 @@ -154,7 +154,7 @@ } /** - * The exists attribute tells whether a file exists. + * The exists attribute tells whether a resource exists. * @return true if this resource exists. */ public boolean isExists() { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]