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/04/18 13:37:49 UTC

[03/50] logging-log4j2 git commit: removed trailing whitespace

removed trailing whitespace


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

Branch: refs/heads/LOG4J2-1365
Commit: e6d1b9768f09b504c9667e9160261459859f308b
Parents: d9a373f
Author: rpopma <rp...@apache.org>
Authored: Sat Apr 16 16:33:51 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sat Apr 16 16:33:51 2016 +0900

----------------------------------------------------------------------
 .../java/org/apache/logging/log4j/core/jackson/Initializers.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e6d1b976/log4j-core/src/main/java/org/apache/logging/log4j/core/jackson/Initializers.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/jackson/Initializers.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/jackson/Initializers.java
index b27bce6..f6cc708 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/jackson/Initializers.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/jackson/Initializers.java
@@ -48,7 +48,7 @@ class Initializers {
             context.setMixInAnnotations(LogEvent.class, LogEventMixIn.class);
             // Log4j Core classes: we do not want to bring in Jackson at runtime if we do not have to.
             context.setMixInAnnotations(ExtendedStackTraceElement.class, ExtendedStackTraceElementMixIn.class);
-            context.setMixInAnnotations(ThrowableProxy.class, ThrowableProxyMixIn.class);            
+            context.setMixInAnnotations(ThrowableProxy.class, ThrowableProxyMixIn.class);
         }
     }