This is an automated email from the ASF dual-hosted git repository.

fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 7385dbc  fix Lifecycle javadoc typo (#7489)
7385dbc is described below

commit 7385dbc9e891445f19d7081ac7874e70d54c0020
Author: Clint Wylie <[email protected]>
AuthorDate: Tue Apr 16 10:23:01 2019 -0700

    fix Lifecycle javadoc typo (#7489)
---
 .../java/org/apache/druid/java/util/common/lifecycle/Lifecycle.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/src/main/java/org/apache/druid/java/util/common/lifecycle/Lifecycle.java 
b/core/src/main/java/org/apache/druid/java/util/common/lifecycle/Lifecycle.java
index b9e5b41..2cc897b 100644
--- 
a/core/src/main/java/org/apache/druid/java/util/common/lifecycle/Lifecycle.java
+++ 
b/core/src/main/java/org/apache/druid/java/util/common/lifecycle/Lifecycle.java
@@ -60,7 +60,7 @@ import java.util.concurrent.locks.ReentrantLock;
  *  - Stage.SERVER: This lifecycle stage is intended for all 'server' objects, 
and currently only contains the Jetty
  *    module, but any sort of 'server' that expects most Lifecycle objects to 
be initialized by the time it starts, and
  *    still available at the time it stops can logically live in this stage.
- *  - Stage.ANNOUNCENTS: Any object which announces to a cluster this servers 
location belongs in this stage. By being
+ *  - Stage.ANNOUNCEMENTS: Any object which announces to a cluster this 
servers location belongs in this stage. By being
  *    last, we can be sure that all servers are initialized before we 
advertise the endpoint locations, and also can be
  *    sure that we un-announce these advertisements prior to the Stage.SERVER 
objects stop.
  *


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to