Skip to content

Commit 7fd0d3d

Browse files
author
Niall Pemberton
committed
@SInCE Commons IO 2.0 tag
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1003721 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4c17f2b commit 7fd0d3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ public static void closeQuietly(OutputStream output) {
272272
* </pre>
273273
*
274274
* @param closeable the object to close, may be null or already closed
275+
* @since Commons IO 2.0
275276
*/
276277
public static void closeQuietly(Closeable closeable) {
277278
try {

0 commit comments

Comments
 (0)