Repository: logging-log4j2 Updated Branches: refs/heads/master 9b6935a70 -> fddb7acae
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/fddb7aca Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/fddb7aca Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/fddb7aca Branch: refs/heads/master Commit: fddb7acae5c00fa28f241269d6f4436af98cf121 Parents: 9b6935a7 Author: Gary Gregory <[email protected]> Authored: Sun Sep 28 20:40:32 2014 -0400 Committer: Gary Gregory <[email protected]> Committed: Sun Sep 28 20:40:32 2014 -0400 ---------------------------------------------------------------------- .../log4j/core/pattern/LogEventPatternConverter.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fddb7aca/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/LogEventPatternConverter.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/LogEventPatternConverter.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/LogEventPatternConverter.java index a6e7793..d42f300 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/LogEventPatternConverter.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/LogEventPatternConverter.java @@ -53,11 +53,11 @@ public abstract class LogEventPatternConverter extends AbstractPatternConverter } /** - * Normally pattern converters are not meant to handle Exceptions although - * few pattern converters might. - * <p/> - * By examining the return values for this method, the containing layout will - * determine whether it handles throwables or not. + * Normally pattern converters are not meant to handle Exceptions although few pattern converters might. + * <p> + * By examining the return values for this method, the containing layout will determine whether it handles + * throwables or not. + * </p> * * @return true if this PatternConverter handles throwables */
