Skip to content

Commit 4ba80d2

Browse files
author
Stephen Colebourne
committed
Add since tag
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@490992 13f79535-47bb-0310-9956-ffa450edef68
1 parent a809c5d commit 4ba80d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public FileUtils() {
122122
* @param file the file to create, not null
123123
* @throws IOException if the file object is a directory
124124
* @throws IOException if a parent directory needs creating but that fails
125+
* @since Commons IO 1.3
125126
*/
126127
public static FileOutputStream openOutputStream(File file) throws IOException {
127128
if (file.exists()) {

0 commit comments

Comments
 (0)