You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2017/03/08 03:58:12 UTC

[06/11] logging-log4j2 git commit: remove unnecessary differents

remove unnecessary differents


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

Branch: refs/heads/master
Commit: 4e0eda930d2b1efa8314f38c529b84a1950e9c01
Parents: 4a63b63
Author: xnslong <xn...@outlook.com>
Authored: Mon Mar 6 10:08:31 2017 +0800
Committer: xnslong <xn...@outlook.com>
Committed: Mon Mar 6 10:08:31 2017 +0800

----------------------------------------------------------------------
 .../apache/logging/log4j/core/impl/ThrowableFormatOptions.java   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4e0eda93/log4j-core/src/main/java/org/apache/logging/log4j/core/impl/ThrowableFormatOptions.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/impl/ThrowableFormatOptions.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/impl/ThrowableFormatOptions.java
index 2d54351..88a543e 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/impl/ThrowableFormatOptions.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/impl/ThrowableFormatOptions.java
@@ -86,13 +86,15 @@ public final class ThrowableFormatOptions {
 
     /**
      * Constructs the options for printing stack trace.
+     *
      * @param lines
      *            The number of lines.
      * @param separator
      *            The stack trace separator.
      * @param ignorePackages
-*            The packages to filter.
+     *            The packages to filter.
      * @param textRenderer
+     *            The ANSI renderer
      * @param suffix
      */
     protected ThrowableFormatOptions(final int lines, final String separator, final List<String> ignorePackages,