diff --git a/src/main/org/apache/tools/ant/taskdefs/TempFile.java b/src/main/org/apache/tools/ant/taskdefs/TempFile.java index 40d7e1bf8..31afc3568 100644 --- a/src/main/org/apache/tools/ant/taskdefs/TempFile.java +++ b/src/main/org/apache/tools/ant/taskdefs/TempFile.java @@ -23,8 +23,7 @@ import org.apache.tools.ant.util.FileUtils; /** * This task sets a property to the name of a temporary file. - * Unlike the Java1.2 method to create a temporary file, this task - * does work on Java1.1. Also, it does not actually create the + * Unlike {@link File#createTempFile}, this task does not actually create the * temporary file, but it does guarantee that the file did not * exist when the task was executed. *