You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2015/09/14 09:38:53 UTC

logging-log4j2 git commit: Checkstyle Javadoc: First sentence should end with a period.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master be6ada42c -> db2cfe918


Checkstyle Javadoc: First sentence should end with a period.

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

Branch: refs/heads/master
Commit: db2cfe918bc72c7fc6b1168f18832691b802087f
Parents: be6ada4
Author: ggregory <gg...@apache.org>
Authored: Mon Sep 14 00:38:51 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Mon Sep 14 00:38:51 2015 -0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/logging/log4j/core/LifeCycle.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/db2cfe91/log4j-core/src/main/java/org/apache/logging/log4j/core/LifeCycle.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/LifeCycle.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/LifeCycle.java
index 8250197..3702dd4 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/LifeCycle.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/LifeCycle.java
@@ -33,7 +33,7 @@ public interface LifeCycle {
      * Status of a life cycle like a {@link LoggerContext}.
      */
     public enum State {
-        /** Object is in its initial state and not yet initialized */
+        /** Object is in its initial state and not yet initialized. */
         INITIALIZING,
         /** Initialized but not yet started. */
         INITIALIZED,
@@ -48,7 +48,7 @@ public interface LifeCycle {
     }
     
     /**
-     * Gets the life-cycle state
+     * Gets the life-cycle state.
      * 
      * @return the life-cycle state
      */