Repository: logging-log4j2
Updated Branches:
  refs/heads/master 64e68eab7 -> 288e474e1


Fix for Javadoc 8. Use the full 120 line width.

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

Branch: refs/heads/master
Commit: 288e474e17c77f07a6863c474da56a9aebaf6bbd
Parents: 64e68ea
Author: Gary Gregory <[email protected]>
Authored: Sun Sep 28 20:31:12 2014 -0400
Committer: Gary Gregory <[email protected]>
Committed: Sun Sep 28 20:31:12 2014 -0400

----------------------------------------------------------------------
 .../logging/log4j/core/layout/PatternLayout.java | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/288e474e/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/PatternLayout.java
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/PatternLayout.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/PatternLayout.java
index a3e6883..fa74051 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/PatternLayout.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/PatternLayout.java
@@ -39,17 +39,18 @@ import org.apache.logging.log4j.core.pattern.PatternParser;
 import org.apache.logging.log4j.core.pattern.RegexReplacement;
 
 /**
- * <p>A flexible layout configurable with pattern string. The goal of this 
class
- * is to {@link org.apache.logging.log4j.core.Layout#toByteArray format} a 
{@link LogEvent} and return the results.
- * The format of the result depends on the <em>conversion pattern</em>.
+ * A flexible layout configurable with pattern string.
+ * <p>
+ * The goal of this class is to {@link 
org.apache.logging.log4j.core.Layout#toByteArray format} a {@link LogEvent} and
+ * return the results. The format of the result depends on the <em>conversion 
pattern</em>.
+ * </p>
+ * <p>
+ * The conversion pattern is closely related to the conversion pattern of the 
printf function in C. A conversion pattern
+ * is composed of literal text and format control expressions called 
<em>conversion specifiers</em>.
+ * </p>
  * <p>
- * <p/>
- * <p>The conversion pattern is closely related to the conversion
- * pattern of the printf function in C. A conversion pattern is
- * composed of literal text and format control expressions called
- * <em>conversion specifiers</em>.
- *
  * See the Log4j Manual for details on the supported pattern converters.
+ * </p>
  */
 @Plugin(name = "PatternLayout", category = Node.CATEGORY, elementType = 
Layout.ELEMENT_TYPE, printObject = true)
 public final class PatternLayout extends AbstractStringLayout {

Reply via email to