You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2019/04/16 17:23:08 UTC

[incubator-druid] branch master updated: fix Lifecycle javadoc typo (#7489)

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 <cj...@gmail.com>
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: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org