mbenson     2005/02/04 08:18:10

  Modified:    src/main/org/apache/tools/ant/util FileUtils.java
  Log:
  Javadoc (okay DD? ;) )
  
  Revision  Changes    Path
  1.88      +4 -4      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.87
  retrieving revision 1.88
  diff -u -r1.87 -r1.88
  --- FileUtils.java    4 Feb 2005 16:12:46 -0000       1.87
  +++ FileUtils.java    4 Feb 2005 16:18:10 -0000       1.88
  @@ -710,8 +710,8 @@
       }
   
       /**
  -     * Verifies if the filename represents is an absolute path.
  -     * @param filename the file name to be checked for being an absolute 
path.
  +     * Verifies that the specified filename represents an absolute path.
  +     * @param filename the filename to be checked.
        * @return true if the filename represents an absolute path.
        */
       public static boolean isAbsolutePath(String filename) {
  @@ -918,7 +918,7 @@
        * java.io.tmpdir used if not specified.
        *
        * @return a File reference to the new temporary file.
  -     * @since ant 1.5
  +     * @since Ant 1.5
        */
       public File createTempFile(String prefix, String suffix, File parentDir) 
{
           File result = null;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to