You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2017/06/27 06:52:17 UTC

logging-log4j2 git commit: Remove unused ivar and call.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 6b1e75a15 -> de6e6ffbf


Remove unused ivar and call.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/de6e6ffb
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/de6e6ffb
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/de6e6ffb

Branch: refs/heads/master
Commit: de6e6ffbfcd69fd766b485f011b19b0b8fd08af2
Parents: 6b1e75a
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Jun 26 23:52:14 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Jun 26 23:52:14 2017 -0700

----------------------------------------------------------------------
 .../rolling/RollingAppenderTempCompressedFilePatternTest.java       | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/de6e6ffb/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderTempCompressedFilePatternTest.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderTempCompressedFilePatternTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderTempCompressedFilePatternTest.java
index 88f3880..c1755ee 100644
--- a/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderTempCompressedFilePatternTest.java
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderTempCompressedFilePatternTest.java
@@ -136,7 +136,6 @@ public class RollingAppenderTempCompressedFilePatternTest {
             key = watcher.take();
 
             for (final WatchEvent<?> event : key.pollEvents()) {
-                final WatchEvent.Kind<?> kind = event.kind();
                 final WatchEvent<Path> ev = (WatchEvent<Path>) event;
                 final Path filename = ev.context();
                 if (filename.toString().endsWith(".tmp")) {