Fix typos in Javadoc in IndexShard.java
This commit fixes two typos on the Javadoc for IndexShard#updateGlobalCheckpointOnPrimary.
This commit is contained in:
parent
27eab74510
commit
568033aba3
|
@ -1385,8 +1385,8 @@ public class IndexShard extends AbstractIndexShardComponent implements IndicesCl
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* checks whether the global checkpoint can be updated based on current knowledge of local checkpoints on the different
|
* Checks whether the global checkpoint can be updated based on current knowledge of local checkpoints on the different
|
||||||
* shard copies. The checkpoint is updated or more information is required from the replica, a globack checkpoint sync
|
* shard copies. The checkpoint is updated or more information is required from the replica, a global checkpoint sync
|
||||||
* is initiated.
|
* is initiated.
|
||||||
*/
|
*/
|
||||||
public void updateGlobalCheckpointOnPrimary() {
|
public void updateGlobalCheckpointOnPrimary() {
|
||||||
|
|
Loading…
Reference in New Issue