Better ivar name
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/4cc2d12f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/4cc2d12f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/4cc2d12f Branch: refs/heads/gelf-layout-gc-free Commit: 4cc2d12f39605b528ff202cbff380a0854376716 Parents: 19e6ecd Author: Matt Sicker <boa...@gmail.com> Authored: Tue Mar 8 09:27:18 2016 -0600 Committer: Matt Sicker <boa...@gmail.com> Committed: Tue Mar 8 09:27:18 2016 -0600 ---------------------------------------------------------------------- .../src/test/java/org/apache/logging/log4j/junit/CleanFiles.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4cc2d12f/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 6713aea..6c0ac76 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 @@ -57,7 +57,7 @@ public class CleanFiles extends ExternalResource { } try { Thread.sleep(200); - } catch (InterruptedException e) { + } catch (InterruptedException ignored) { } } }