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