Repository: logging-log4j2 Updated Branches: refs/heads/master fddb7acae -> 3cdb6fa2c
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/3cdb6fa2 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/3cdb6fa2 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/3cdb6fa2 Branch: refs/heads/master Commit: 3cdb6fa2c97be500fc242ab3b9dfdf63456e5865 Parents: fddb7ac Author: Gary Gregory <[email protected]> Authored: Sun Sep 28 20:40:52 2014 -0400 Committer: Gary Gregory <[email protected]> Committed: Sun Sep 28 20:40:52 2014 -0400 ---------------------------------------------------------------------- .../logging/log4j/core/pattern/NameAbbreviator.java | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/3cdb6fa2/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/NameAbbreviator.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/NameAbbreviator.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/NameAbbreviator.java index 6bb00d1..021f7d8 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/NameAbbreviator.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/NameAbbreviator.java @@ -31,13 +31,15 @@ public abstract class NameAbbreviator { /** * Gets an abbreviator. - * <p/> - * For example, "%logger{2}" will output only 2 elements of the logger name, - * "%logger{1.}" will output only the first character of the non-final elements in the name, - * "%logger(1~.2~} will output the first character of the first element, two characters of - * the second and subsequent elements and will use a tilde to indicate abbreviated characters. + * <p> + * For example, "%logger{2}" will output only 2 elements of the logger name, "%logger{1.}" will output only the + * first character of the non-final elements in the name, "%logger(1~.2~} will output the first character of the + * first element, two characters of the second and subsequent elements and will use a tilde to indicate abbreviated + * characters. + * </p> * - * @param pattern abbreviation pattern. + * @param pattern + * abbreviation pattern. * @return abbreviator, will not be null. */ public static NameAbbreviator getAbbreviator(final String pattern) {
