Skip to content

Commit 8488683

Browse files
author
Gary Gregory
committed
Add IOUtils.closeQuietly(Collection<Closeable>).
Add IOUtils.closeQuietly(Stream<Closeable>). Internal refactoring to avoid type casts.
1 parent 57313b3 commit 8488683

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ The <action> type attribute can be add,update,fix,remove.
390390
Add IOBiConsumer.noop().
391391
</action>
392392
<action dev="ggregory" type="add" due-to="Gary Gregory">
393-
Add IOUtils.closeQuietly(Collection&lt;Closeable&gt;).
393+
Add IOUtils.closeQuietly(Iterable&lt;Closeable&gt;).
394394
Add IOUtils.closeQuietly(Stream&lt;Closeable&gt;).
395395
</action>
396396
<!-- UPDATE -->

0 commit comments

Comments
 (0)