Skip to content

Commit 1def234

Browse files
committed
IO-380 FileUtils.copyInputStreamToFile should document it closes the input source
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1480286 13f79535-47bb-0310-9956-ffa450edef68
1 parent fe122ba commit 1def234

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ The <action> type attribute can be add,update,fix,remove.
4747
<body>
4848
<!-- The release date is the date RC is cut -->
4949
<release version="2.5" date="2013-??-??" description="New features and bug fixes.">
50+
<action issue="IO-380" dev="sebb" type="fix">
51+
FileUtils.copyInputStreamToFile should document it closes the input source
52+
</action>
5053
<action issue="IO-279" dev="sebb" type="fix">
5154
Tailer erroneously considers file as new.
5255
Fix to use file.lastModified() rather than System.currentTimeMillis()

0 commit comments

Comments
 (0)