We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3de51 commit fcd8e81Copy full SHA for fcd8e81
1 file changed
src/java/org/apache/commons/io/FileUtils.java
@@ -116,7 +116,7 @@
116
* @author <a href="mailto:jefft@apache.org">Jeff Turner</a>
117
* @author Matthew Hawthorne
118
* @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 $
+ * @version $Id: FileUtils.java,v 1.24 2003/12/30 15:24:01 jeremias Exp $
120
*/
121
public class FileUtils {
122
@@ -611,6 +611,7 @@ public static String readFileToString(
611
*
612
* @param file the file to write.
613
* @param data The content to write to the file.
614
+ * @param encoding encoding to use
615
* @throws IOException in case of an I/O error
616
* @throws UnsupportedEncodingException if the encoding is not supported
617
* by the VM
0 commit comments