Browse Source

not files, resources

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@533113 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 18 years ago
parent
commit
77b327d069
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/Resource.java

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

@@ -154,7 +154,7 @@ public class Resource extends DataType
}

/**
* 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() {


Loading…
Cancel
Save