Skip to content

Commit fcd8e81

Browse files
committed
Javadocs: Missing parameter description
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140467 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1f3de51 commit fcd8e81

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/java/org/apache/commons/io/FileUtils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
* @author <a href="mailto:jefft@apache.org">Jeff Turner</a>
117117
* @author Matthew Hawthorne
118118
* @author <a href="mailto:jeremias@apache.org">Jeremias Maerki</a>
119-
* @version $Id: FileUtils.java,v 1.23 2003/12/30 06:50:16 bayard Exp $
119+
* @version $Id: FileUtils.java,v 1.24 2003/12/30 15:24:01 jeremias Exp $
120120
*/
121121
public class FileUtils {
122122

@@ -611,6 +611,7 @@ public static String readFileToString(
611611
*
612612
* @param file the file to write.
613613
* @param data The content to write to the file.
614+
* @param encoding encoding to use
614615
* @throws IOException in case of an I/O error
615616
* @throws UnsupportedEncodingException if the encoding is not supported
616617
* by the VM

0 commit comments

Comments
 (0)