You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/02/10 10:02:05 UTC

cvs commit: jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/io FileUtil.java

donaldp     02/02/10 01:02:05

  Modified:    src/java/org/apache/avalon/excalibur/io FileUtil.java
  Log:
  Fixup javadocs
  
  Revision  Changes    Path
  1.19      +4 -3      jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/io/FileUtil.java
  
  Index: FileUtil.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/io/FileUtil.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- FileUtil.java	2 Feb 2002 13:11:52 -0000	1.18
  +++ FileUtil.java	10 Feb 2002 09:02:04 -0000	1.19
  @@ -13,6 +13,7 @@
   import java.io.FileInputStream;
   import java.io.FileOutputStream;
   import java.io.BufferedInputStream;
  +import java.io.FileNotFoundException;
   import java.net.URL;
   
   /**
  @@ -44,7 +45,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @author <a href="mailto:jefft@apache.org">Jeff Turner</a>
  - * @version CVS $Revision: 1.18 $ $Date: 2002/02/02 13:11:52 $
  + * @version CVS $Revision: 1.19 $ $Date: 2002/02/10 09:02:04 $
    * @since 4.0
    */
   public final class FileUtil
  @@ -297,7 +298,7 @@
        * <code>destinationDirectory</code> exists, it will be overwritten.
        *
        * @param source An existing <code>File</code> to copy.
  -     * @param destination A directory to copy <code>source</code> into.
  +     * @param destinationDirectory A directory to copy <code>source</code> into.
        *
        * @throws FileNotFoundException if <code>source</code> isn't a normal file.
        * @throws IllegalArgumentException if <code>destinationDirectory</code> isn't a directory.
  @@ -318,7 +319,7 @@
        * <code>destinationDirectory</code> exists, it will be overwritten.
        *
        * @param source An existing <code>File</code> to copy.
  -     * @param destination A directory to copy <code>source</code> into.
  +     * @param destinationDirectory A directory to copy <code>source</code> into.
        *
        * @throws FileNotFoundException if <code>source</code> isn't a normal file.
        * @throws IllegalArgumentException if <code>destinationDirectory</code> isn't a directory.
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>