Repository: logging-log4j2
Updated Branches:
  refs/heads/master a019ba878 -> ceefb68f7


Javadoc: spelling fix.

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

Branch: refs/heads/master
Commit: ceefb68f76b5a5f3c95ac4e8d8717dd4f8f0de56
Parents: a019ba8
Author: Gary Gregory <[email protected]>
Authored: Thu Jan 29 13:46:34 2015 -0500
Committer: Gary Gregory <[email protected]>
Committed: Thu Jan 29 13:46:34 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ceefb68f/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 342fa4a..7dfdbe9 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
@@ -25,7 +25,7 @@ package org.apache.logging.log4j.core;
  * When the {@link #stop()} is called, this goes into the {@link 
State#STOPPING} state. After successfully being
  * stopped, this goes into the {@link State#STOPPED} state. In most 
circumstances, implementation classes should
  * store their {@link State} in a {@code volatile} field or inside an
- * {@link java.util.concurrent.atomic.AtomicReference} dependant on 
synchronization and concurrency requirements.
+ * {@link java.util.concurrent.atomic.AtomicReference} dependent on 
synchronization and concurrency requirements.
  */
 public interface LifeCycle {
     

Reply via email to