Repository: logging-log4j2
Updated Branches:
  refs/heads/master 3fde6e792 -> df2d248dd


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

Branch: refs/heads/master
Commit: df2d248dd79e2da8b79d681918658e4a9b431f08
Parents: 3fde6e7
Author: Gary Gregory <ggreg...@apache.org>
Authored: Thu Aug 11 14:57:23 2016 -0700
Committer: Gary Gregory <ggreg...@apache.org>
Committed: Thu Aug 11 14:57:23 2016 -0700

----------------------------------------------------------------------
 .../log4j/core/appender/rolling/DefaultRolloverStrategy.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/df2d248d/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.java
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.java
index ab31f30..833db41 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.java
@@ -180,7 +180,7 @@ public class DefaultRolloverStrategy implements 
RolloverStrategy {
     private static final int DEFAULT_WINDOW_SIZE = 7;
 
     /**
-     * Create the DefaultRolloverStrategy.
+     * Creates the DefaultRolloverStrategy.
      *
      * @param max The maximum number of files to keep.
      * @param min The minimum number of files to keep.
@@ -307,7 +307,7 @@ public class DefaultRolloverStrategy implements 
RolloverStrategy {
     }
 
     /**
-     * Purge and rename old log files in preparation for rollover. The oldest 
file will have the smallest index, the
+     * Purges and renames old log files in preparation for rollover. The 
oldest file will have the smallest index, the
      * newest the highest.
      *
      * @param lowIndex low index
@@ -414,7 +414,7 @@ public class DefaultRolloverStrategy implements 
RolloverStrategy {
     }
 
     /**
-     * Purge and rename old log files in preparation for rollover. The newest 
file will have the smallest index, the
+     * Purges and renames old log files in preparation for rollover. The 
newest file will have the smallest index, the
      * oldest will have the highest.
      *
      * @param lowIndex low index
@@ -509,7 +509,7 @@ public class DefaultRolloverStrategy implements 
RolloverStrategy {
     }
 
     /**
-     * Perform the rollover.
+     * Performs the rollover.
      *
      * @param manager The RollingFileManager name for current active log file.
      * @return A RolloverDescription.

Reply via email to