You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jg...@apache.org on 2004/12/02 22:59:13 UTC

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs TempFile.java

jglick      2004/12/02 13:59:13

  Modified:    src/main/org/apache/tools/ant/taskdefs TempFile.java
  Log:
  Small Javadoc change.
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.13      +1 -2      ant/src/main/org/apache/tools/ant/taskdefs/TempFile.java
  
  Index: TempFile.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/TempFile.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- TempFile.java	9 Mar 2004 16:48:06 -0000	1.12
  +++ TempFile.java	2 Dec 2004 21:59:12 -0000	1.13
  @@ -23,8 +23,7 @@
   
   /**
    *  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.
    * <p>
  
  
  

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