You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2005/10/01 21:52:32 UTC

svn commit: r293019 - /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java

Author: scolebourne
Date: Sat Oct  1 12:52:29 2005
New Revision: 293019

URL: http://svn.apache.org/viewcvs?rev=293019&view=rev
Log:
Javadoc

Modified:
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java?rev=293019&r1=293018&r2=293019&view=diff
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java Sat Oct  1 12:52:29 2005
@@ -64,7 +64,7 @@
  * @author <a href="mailto:jeremias@apache.org">Jeremias Maerki</a>
  * @author Stephen Colebourne
  * @author Ian Springer
- * @autor Chris Eldredge
+ * @author Chris Eldredge
  * @version $Id$
  */
 public class FileUtils {
@@ -885,7 +885,6 @@
      * @param file  the file to write to
      * @param encoding  the encoding to use, null means platform default
      * @param lines  the lines to write, null entries produce blank lines
-     * @return the list of Strings representing each line in the file
      * @throws IOException in case of an I/O error
      * @throws UnsupportedEncodingException if the encoding is not supported by the VM
      * @since Commons IO 1.1
@@ -910,7 +909,6 @@
      * @param encoding  the encoding to use, null means platform default
      * @param lines  the lines to write, null entries produce blank lines
      * @param lineEnding  the line separator to use, null is system default
-     * @return the list of Strings representing each line in the file
      * @throws IOException in case of an I/O error
      * @throws UnsupportedEncodingException if the encoding is not supported by the VM
      * @since Commons IO 1.1



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