You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2007/04/27 16:18:27 UTC

svn commit: r533113 - /ant/core/trunk/src/main/org/apache/tools/ant/types/Resource.java

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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org