bodewig 2004/04/21 00:12:29 Modified: src/main/org/apache/tools/ant/util FileUtils.java Log: One not too much Revision Changes Path 1.67 +2 -2 ant/src/main/org/apache/tools/ant/util/FileUtils.java Index: FileUtils.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/util/FileUtils.java,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- FileUtils.java 20 Apr 2004 15:02:38 -0000 1.66 +++ FileUtils.java 21 Apr 2004 07:12:29 -0000 1.67 @@ -1150,7 +1150,7 @@ * 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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]