Repository: logging-log4j2 Updated Branches: refs/heads/master 6454c664a -> beb5e43ff
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/beb5e43f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/beb5e43f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/beb5e43f Branch: refs/heads/master Commit: beb5e43ffd51c431a7141e9a9ccbdcb6708cc13b Parents: 6454c66 Author: Gary Gregory <[email protected]> Authored: Sun Sep 28 20:41:29 2014 -0400 Committer: Gary Gregory <[email protected]> Committed: Sun Sep 28 20:41:29 2014 -0400 ---------------------------------------------------------------------- .../logging/log4j/core/pattern/PatternFormatter.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/beb5e43f/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/PatternFormatter.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/PatternFormatter.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/PatternFormatter.java index ef01723..014a1ed 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/PatternFormatter.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/PatternFormatter.java @@ -46,11 +46,11 @@ public class PatternFormatter { } /** - * Normally pattern formatters are not meant to handle Exceptions although - * few pattern formatters might. - * <p/> - * By examining the return values for this method, the containing layout will - * determine whether it handles throwables or not. + * Normally pattern formatters are not meant to handle Exceptions although few pattern formatters 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 */
