Repository: logging-log4j2
Updated Branches:
  refs/heads/master 2e3a17282 -> b1befb553


Javadoc.

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

Branch: refs/heads/master
Commit: b1befb55343c563a769f57091159ef8598caa985
Parents: 2e3a172
Author: Gary Gregory <[email protected]>
Authored: Mon Sep 5 16:07:23 2016 -0400
Committer: Gary Gregory <[email protected]>
Committed: Mon Sep 5 16:07:23 2016 -0400

----------------------------------------------------------------------
 .../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/b1befb55/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 9311487..e6e5a10 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
@@ -68,7 +68,7 @@ public interface LifeCycle {
      * 
      * @param timeout the maximum time to wait
      * @param timeUnit the time unit of the timeout argument
-     * @return 
+     * @return true if the receiver was stopped cleanly and normally, false 
otherwise.
      */
     boolean stop(long timeout, TimeUnit timeUnit);
 

Reply via email to