[GitHub] [commons-io] garydgregory commented on a change in pull request #300: IOUtils chain together IOException for Closeables, add overload

2021-11-11 Thread GitBox
garydgregory commented on a change in pull request #300: URL: https://github.com/apache/commons-io/pull/300#discussion_r747768611 ## File path: src/main/java/org/apache/commons/io/function/IOConsumer.java ## @@ -85,13 +150,25 @@ */ void accept(T t) throws

[GitHub] [commons-io] garydgregory commented on a change in pull request #300: IOUtils chain together IOException for Closeables, add overload

2021-11-11 Thread GitBox
garydgregory commented on a change in pull request #300: URL: https://github.com/apache/commons-io/pull/300#discussion_r747766235 ## File path: src/main/java/org/apache/commons/io/IOUtils.java ## @@ -414,6 +433,48 @@ public static void close(final Closeable closeable, final