This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new 0223d8d Comment empty block. 0223d8d is described below commit 0223d8df279f48982a55cce0b34b93379ffc3419 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu May 16 11:06:20 2019 -0400 Comment empty block. --- src/main/java/org/apache/commons/io/FileUtils.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/apache/commons/io/FileUtils.java b/src/main/java/org/apache/commons/io/FileUtils.java index de907f9..ac2118b 100644 --- a/src/main/java/org/apache/commons/io/FileUtils.java +++ b/src/main/java/org/apache/commons/io/FileUtils.java @@ -1654,6 +1654,7 @@ public class FileUtils { cleanDirectory(file); } } catch (final Exception ignored) { + // ignore } try {