From 4bdc90bd5ea371107ce5f4fbe0939557e1f5aaa9 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 13 Mar 2003 16:15:47 +0000 Subject: [PATCH] misleading @since tag git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274249 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/util/FileUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/util/FileUtils.java b/src/main/org/apache/tools/ant/util/FileUtils.java index 12358a473..ec1ff948b 100644 --- a/src/main/org/apache/tools/ant/util/FileUtils.java +++ b/src/main/org/apache/tools/ant/util/FileUtils.java @@ -1008,7 +1008,7 @@ public class FileUtils { * the absolute paths and "normalize" the filenames * before comparing them.

* - * @since Ant 1.5.2 + * @since Ant 1.5.3 */ public boolean fileNameEquals(File f1, File f2) { return normalize(f1.getAbsolutePath())