You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2007/03/29 14:17:55 UTC

svn commit: r523682 - /ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java

Author: antoine
Date: Thu Mar 29 05:17:54 2007
New Revision: 523682

URL: http://svn.apache.org/viewvc?view=rev&rev=523682
Log:
adding since tag for new method

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java?view=diff&rev=523682&r1=523681&r2=523682
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java Thu Mar 29 05:17:54 2007
@@ -1248,6 +1248,7 @@
      * <br/>
      * @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()) {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org