Repository: logging-log4j2
Updated Branches:
  refs/heads/master a20b51b76 -> b02fada98


Fix for Javadoc 8.

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

Branch: refs/heads/master
Commit: b02fada98f23c1b5fcfc4cc1d3a8a0cd7776431d
Parents: a20b51b
Author: Gary Gregory <[email protected]>
Authored: Sun Sep 28 21:10:10 2014 -0400
Committer: Gary Gregory <[email protected]>
Committed: Sun Sep 28 21:10:10 2014 -0400

----------------------------------------------------------------------
 .../java/org/apache/logging/log4j/core/layout/XmlLayout.java   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b02fada9/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/XmlLayout.java
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/XmlLayout.java 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/XmlLayout.java
index 35df438..969fea6 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/XmlLayout.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/XmlLayout.java
@@ -31,7 +31,7 @@ import org.apache.logging.log4j.core.util.Charsets;
 /**
  * Appends a series of {@code event} elements as defined in the <a 
href="log4j.dtd">log4j.dtd</a>.
  *
- * <h4>Complete well-formed XML vs. fragment XML</h4>
+ * <h3>Complete well-formed XML vs. fragment XML</h3>
  * <p>
  * If you configure {@code complete="true"}, the appender outputs a 
well-formed XML document where the default namespace is the log4j
  * namespace {@value XmlConstants#XML_NAMESPACE}. By default, with {@code 
complete="false"}, you should include the output as an
@@ -174,12 +174,12 @@ import org.apache.logging.log4j.core.util.Charsets;
  * <p>
  * This approach enforces the independence of the XmlLayout and the appender 
where you embed it.
  * </p>
- * <h4>Encoding</h4>
+ * <h3>Encoding</h3>
  * <p>
  * Appenders using this layout should have their {@code charset} set to {@code 
UTF-8} or {@code UTF-16}, otherwise events containing non
  * ASCII characters could result in corrupted log files.
  * </p>
- * <h4>Pretty vs. compact XML</h4>
+ * <h3>Pretty vs. compact XML</h3>
  * <p>
  * By default, the XML layout is not compact (compact = not "pretty") with 
{@code compact="false"}, which means the appender uses
  * end-of-line characters and indents lines to format the XML. If {@code 
compact="true"}, then no end-of-line or indentation is used.

Reply via email to