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

[45/50] logging-log4j2 git commit: Unnecessary semicolon.

Unnecessary semicolon.

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

Branch: refs/heads/LOG4J2-1010&LOG4J2-1447-injectable-contextdata&better-datastructure
Commit: 3fde6e792a2c69cb679a685c257d08103ddf3b6e
Parents: 7b973ef
Author: Gary Gregory <gg...@apache.org>
Authored: Thu Aug 11 14:56:26 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Thu Aug 11 14:56:26 2016 -0700

----------------------------------------------------------------------
 .../log4j/core/appender/rolling/DefaultRolloverStrategy.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/3fde6e79/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.java
index dd1f42c..ab31f30 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.java
@@ -169,7 +169,7 @@ public class DefaultRolloverStrategy implements RolloverStrategy {
         File target(final String fileName) {
             return new File(fileName);
         }
-    };
+    }
 
     /**
      * Allow subclasses access to the status logger without creating another instance.