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/23 13:41:00 UTC

[03/22] 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/b6ec6015
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b6ec6015
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b6ec6015

Branch: refs/heads/LOG4J2-1010&LOG4J2-1447-injectable-contextdata&better-datastructure
Commit: b6ec60158b32d76cdd427615718866340f806f12
Parents: d145cdb
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Aug 22 16:34:36 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Aug 22 16:34:36 2016 -0700

----------------------------------------------------------------------
 .../logging/log4j/core/appender/rolling/TriggeringPolicy.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b6ec6015/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/TriggeringPolicy.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/TriggeringPolicy.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/TriggeringPolicy.java
index 9f3001c..21181e5 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/TriggeringPolicy.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/TriggeringPolicy.java
@@ -26,7 +26,7 @@ import org.apache.logging.log4j.core.LogEvent;
 public interface TriggeringPolicy {
 
     /**
-     * Initialize the Policy.
+     * Initializes the Policy.
      * @param manager The RollingFileManager.
      */