Repository: logging-log4j2 Updated Branches: refs/heads/LOG4J2-1651 d99d0393f -> fec124f92
Remove extra blank line. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/fec124f9 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/fec124f9 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/fec124f9 Branch: refs/heads/LOG4J2-1651 Commit: fec124f924d85832e74fc808b6a12b606af49e70 Parents: d99d039 Author: Gary Gregory <[email protected]> Authored: Sat Nov 5 13:01:48 2016 -0700 Committer: Gary Gregory <[email protected]> Committed: Sat Nov 5 13:01:48 2016 -0700 ---------------------------------------------------------------------- .../logging/log4j/core/config/plugins/processor/PluginCache.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fec124f9/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/processor/PluginCache.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/processor/PluginCache.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/processor/PluginCache.java index 591e38d..9f73fb3 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/processor/PluginCache.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/processor/PluginCache.java @@ -98,7 +98,6 @@ public class PluginCache { }, PROPERTIES_XML { - @Override public String getExtension() { return ".properties.xml";
