[ 
https://issues.apache.org/jira/browse/IO-388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebb resolved IO-388.
---------------------

    Resolution: Implemented

There is already a method which does that:

IOUtils#closeQuietly(final Closeable... closeables)

> CloseAllQuietly Method
> ----------------------
>
>                 Key: IO-388
>                 URL: https://issues.apache.org/jira/browse/IO-388
>             Project: Commons IO
>          Issue Type: Wish
>            Reporter: BELUGA BEHR
>            Priority: Minor
>
> public static void closeAllQuietly(Closeable... closables) {
>     for (Closeable closable : closables)
>     {
>         closeQuietly(closable);
>     }
> }



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to