You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2016/03/08 17:37:18 UTC

[2/8] logging-log4j2 git commit: Better ivar name

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 <bo...@gmail.com>
Authored: Tue Mar 8 09:27:18 2016 -0600
Committer: Matt Sicker <bo...@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) {
                 }
             }
         }