diff --git a/src/main/org/apache/tools/ant/util/FileUtils.java b/src/main/org/apache/tools/ant/util/FileUtils.java index b8d549d79..18d86340e 100644 --- a/src/main/org/apache/tools/ant/util/FileUtils.java +++ b/src/main/org/apache/tools/ant/util/FileUtils.java @@ -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). * - *
This method has not historically not guaranteed that the + *
This method has historically not guaranteed that the * operation was atomic. In its current implementation it is. * * @param f the file to be created