Skip to content

Commit aa1ba1e

Browse files
committed
Fixing the @SInCE to be 1.3.1 for the static readFileToString(File)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@507684 13f79535-47bb-0310-9956-ffa450edef68
1 parent 38e6605 commit aa1ba1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ public static String readFileToString(File file, String encoding) throws IOExcep
973973
* @param file the file to read, must not be <code>null</code>
974974
* @return the file contents, never <code>null</code>
975975
* @throws IOException in case of an I/O error
976-
* @since Commons IO 1.3
976+
* @since Commons IO 1.3.1
977977
*/
978978
public static String readFileToString(File file) throws IOException {
979979
return readFileToString(file, null);

0 commit comments

Comments
 (0)