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/23 13:42:38 UTC

[20/23] logging-log4j2 git commit: Document empty blocks.

Document empty blocks.

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

Branch: refs/heads/LOG4J2-1349-gcfree-threadcontext
Commit: 0b28bc2693ebc1956aa1afab38cd2dec0eba19cf
Parents: d4e9604
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Aug 22 23:08:37 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Aug 22 23:08:37 2016 -0700

----------------------------------------------------------------------
 .../apache/logging/log4j/core/config/plugins/PluginFactory.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0b28bc26/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/PluginFactory.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/PluginFactory.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/PluginFactory.java
index ac7db29..1c04106 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/PluginFactory.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/PluginFactory.java
@@ -33,5 +33,5 @@ import java.lang.annotation.Target;
 @Retention(RetentionPolicy.RUNTIME)
 @Target(ElementType.METHOD)
 public @interface PluginFactory {
-
+    // empty
 }