BELUGA BEHR created IO-388:
------------------------------
Summary: CloseAllQuietly Method
Key: IO-388
URL: https://issues.apache.org/jira/browse/IO-388
Project: Commons IO
Issue Type: Bug
Reporter: BELUGA BEHR
Priority: Minor
public static void closeAllQuietly(Closeable... closables) {
for (Closeable closable : closables)
{
closeQuietly(closable);
}
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira