Repository: logging-log4j2 Updated Branches: refs/heads/master 4032538d1 -> 68962cfd2
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/68962cfd Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/68962cfd Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/68962cfd Branch: refs/heads/master Commit: 68962cfd211ea3d8394e83e413c493a78842147d Parents: 4032538 Author: Gary Gregory <[email protected]> Authored: Sat May 16 21:47:47 2015 -0700 Committer: Gary Gregory <[email protected]> Committed: Sat May 16 21:47:47 2015 -0700 ---------------------------------------------------------------------- .../log4j/core/appender/rolling/action/AbstractAction.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/68962cfd/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.java index 9d52cb6..c766032 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.java @@ -26,8 +26,9 @@ import org.apache.logging.log4j.status.StatusLogger; * Abstract base class for implementations of Action. */ public abstract class AbstractAction implements Action { + /** - * Allow subclasses access to the status logger without creating another instance. + * Allows subclasses access to the status logger without creating another instance. */ protected static final Logger LOGGER = StatusLogger.getLogger(); /** @@ -47,7 +48,7 @@ public abstract class AbstractAction implements Action { } /** - * Perform action. + * Performs action. * * @return true if successful. * @throws IOException if IO error. @@ -91,7 +92,7 @@ public abstract class AbstractAction implements Action { } /** - * Capture exception. + * Captures exception. * * @param ex exception. */
