From 77b327d06924f788cd21ff4b0198abadd672321e Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Fri, 27 Apr 2007 14:18:26 +0000 Subject: [PATCH] not files, resources git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@533113 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/types/Resource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {