diff --git a/src/main/org/apache/tools/ant/types/Resource.java b/src/main/org/apache/tools/ant/types/Resource.java index c0229c261..6b9e2e5ab 100644 --- a/src/main/org/apache/tools/ant/types/Resource.java +++ b/src/main/org/apache/tools/ant/types/Resource.java @@ -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() {