You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/08/27 06:56:06 UTC

[37/42] logging-log4j2 git commit: Javadoc: Use the active voice.

Javadoc: Use the active voice.

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

Branch: refs/heads/LOG4J2-1349-gcfree-threadcontext
Commit: bc085f22a5c43d61355ee31154b57a9612173799
Parents: 82032fc
Author: Gary Gregory <gg...@apache.org>
Authored: Fri Aug 26 21:52:29 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Fri Aug 26 21:52:29 2016 -0700

----------------------------------------------------------------------
 .../apache/logging/log4j/core/filter/DynamicThresholdFilter.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/bc085f22/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/DynamicThresholdFilter.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/DynamicThresholdFilter.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/DynamicThresholdFilter.java
index 8072e7c..f63e416 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/DynamicThresholdFilter.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/DynamicThresholdFilter.java
@@ -35,13 +35,13 @@ import org.apache.logging.log4j.core.util.KeyValuePair;
 import org.apache.logging.log4j.message.Message;
 
 /**
- * Compare against a log level that is associated with an MDC value.
+ * Compares against a log level that is associated with an MDC value.
  */
 @Plugin(name = "DynamicThresholdFilter", category = Node.CATEGORY, elementType = Filter.ELEMENT_TYPE, printObject = true)
 public final class DynamicThresholdFilter extends AbstractFilter {
 
     /**
-     * Create the DynamicThresholdFilter.
+     * Creates a DynamicThresholdFilter.
      * @param key The name of the key to compare.
      * @param pairs An array of value and Level pairs.
      * @param defaultThreshold The default Level.