Repository: logging-log4j2 Updated Branches: refs/heads/master 64c8a69bb -> bf9bd93a4
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/bf9bd93a Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/bf9bd93a Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/bf9bd93a Branch: refs/heads/master Commit: bf9bd93a4c5db0fe68fd95ef52ddabf22b5901ba Parents: 64c8a69 Author: Gary Gregory <[email protected]> Authored: Sat May 16 21:59:31 2015 -0700 Committer: Gary Gregory <[email protected]> Committed: Sat May 16 21:59:31 2015 -0700 ---------------------------------------------------------------------- .../core/appender/rolling/action/ZipCompressAction.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/bf9bd93a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/action/ZipCompressAction.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/action/ZipCompressAction.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/action/ZipCompressAction.java index 3c1896d..b2bc8e5 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/action/ZipCompressAction.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/action/ZipCompressAction.java @@ -42,7 +42,7 @@ public final class ZipCompressAction extends AbstractAction { private final File destination; /** - * If true, attempt to delete file on completion. + * If true, attempts to delete file on completion. */ private final boolean deleteSource; @@ -52,7 +52,7 @@ public final class ZipCompressAction extends AbstractAction { private final int level; /** - * Create new instance of GzCompressAction. + * Creates new instance of GzCompressAction. * * @param source file to compress, may not be null. * @param destination compressed file, may not be null. @@ -76,7 +76,7 @@ public final class ZipCompressAction extends AbstractAction { } /** - * Compress. + * Compresses. * * @return true if successfully compressed. * @throws IOException on IO exception. @@ -87,7 +87,7 @@ public final class ZipCompressAction extends AbstractAction { } /** - * Compress a file. + * Compresses a file. * * @param source file to compress, may not be null. * @param destination compressed file, may not be null. @@ -126,7 +126,7 @@ public final class ZipCompressAction extends AbstractAction { } /** - * Capture exception. + * Captures exception. * * @param ex exception. */
