Browse Source

misleading @since tag

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274249 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
4bdc90bd5e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/util/FileUtils.java

+ 1
- 1
src/main/org/apache/tools/ant/util/FileUtils.java View File

@@ -1008,7 +1008,7 @@ public class FileUtils {
* the absolute paths and "normalize" the filenames * the absolute paths and "normalize" the filenames
* before comparing them.</p> * before comparing them.</p>
* *
* @since Ant 1.5.2
* @since Ant 1.5.3
*/ */
public boolean fileNameEquals(File f1, File f2) { public boolean fileNameEquals(File f1, File f2) {
return normalize(f1.getAbsolutePath()) return normalize(f1.getAbsolutePath())


Loading…
Cancel
Save