Browse Source

One not too much

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276375 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
d8657e9108
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

@@ -1150,7 +1150,7 @@ public class FileUtils {
* This was originally an emulation of File.createNewFile for JDK 1.1,
* but it is now implemented using that method (Ant1.7 onwards).
*
* <p>This method has not historically <strong>not</strong> guaranteed that the
* <p>This method has historically <strong>not</strong> guaranteed that the
* operation was atomic. In its current implementation it is.
*
* @param f the file to be created


Loading…
Cancel
Save