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/01/12 17:50:22 UTC

[14/50] logging-log4j2 git commit: Fix Javadoc.

Fix Javadoc.

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

Branch: refs/heads/LOG4J-1181
Commit: aa2c0cdbd63d4866c86226be1c752e323e8dc3a1
Parents: 7da92de
Author: ggregory <gg...@apache.org>
Authored: Wed Dec 30 12:57:48 2015 -0800
Committer: ggregory <gg...@apache.org>
Committed: Wed Dec 30 12:57:48 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/aa2c0cdb/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/JsonLayout.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/JsonLayout.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/JsonLayout.java
index 5f3969c..0f1b618 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/JsonLayout.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/JsonLayout.java
@@ -790,7 +790,7 @@ import org.apache.logging.log4j.core.config.plugins.PluginFactory;
  * </p>
  * <h3>Pretty vs. compact XML</h3>
  * <p>
- * By default, the JSON layout is not compact (a.k.a. not "pretty") with {@code compact="false"}, which means the
+ * By default, the JSON layout is not compact (a.k.a. "pretty") with {@code compact="false"}, which means the
  * appender uses end-of-line characters and indents lines to format the text. If {@code compact="true"}, then no
  * end-of-line or indentation is used. Message content may contain, of course, escaped end-of-lines.
  * </p>