From 25b1695de86156e14a75a8f1a3270064740dc3b5 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Thu, 29 Mar 2007 12:17:54 +0000 Subject: [PATCH] adding since tag for new method git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@523682 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/util/FileUtils.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/org/apache/tools/ant/util/FileUtils.java b/src/main/org/apache/tools/ant/util/FileUtils.java index 0de963cda..55aa5c64e 100644 --- a/src/main/org/apache/tools/ant/util/FileUtils.java +++ b/src/main/org/apache/tools/ant/util/FileUtils.java @@ -1248,6 +1248,7 @@ public class FileUtils { *
* @param localFile file to test * @return true if the file exists and the case of the actual file is not the case of the parameter + * @since Ant 1.7.1 */ public boolean hasErrorInCase(File localFile) { if (!localFile.exists()) {