We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d4c89 commit 12a1a72Copy full SHA for 12a1a72
server/src/main/java/org/elasticsearch/cluster/ClusterStateListener.java
@@ -11,7 +11,7 @@
11
import org.elasticsearch.cluster.service.ClusterService;
12
13
/**
14
- * A listener to be notified when a cluster state changes. The {@link #clusterChanged} method is called before the cluster state becomes
+ * A listener to be notified when a cluster state changes. The {@link #clusterChanged} method is called after the cluster state becomes
15
* visible via {@link ClusterService#state()}. See also {@link ClusterStateApplier}.
16
*/
17
public interface ClusterStateListener {
0 commit comments