Repository: logging-log4j2 Updated Branches: refs/heads/master 8bb88dfa1 -> cc284d183
Comment. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/cc284d18 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/cc284d18 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/cc284d18 Branch: refs/heads/master Commit: cc284d18377c5ae8ce1d2d58f0b31fe66c5ddee4 Parents: 8bb88df Author: Gary Gregory <[email protected]> Authored: Sun Aug 7 10:38:21 2016 -0700 Committer: Gary Gregory <[email protected]> Committed: Sun Aug 7 10:38:21 2016 -0700 ---------------------------------------------------------------------- .../src/test/java/org/apache/logging/log4j/junit/CleanFiles.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/cc284d18/log4j-core/src/test/java/org/apache/logging/log4j/junit/CleanFiles.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/junit/CleanFiles.java b/log4j-core/src/test/java/org/apache/logging/log4j/junit/CleanFiles.java index 3504bf4..5de9c63 100644 --- a/log4j-core/src/test/java/org/apache/logging/log4j/junit/CleanFiles.java +++ b/log4j-core/src/test/java/org/apache/logging/log4j/junit/CleanFiles.java @@ -59,6 +59,7 @@ public class CleanFiles extends AbstractExternalFileCleaner { try { Thread.sleep(200); } catch (final InterruptedException ignored) { + // ignore } } }
