Fix typos in Javadoc in IndexShard.java

This commit fixes two typos on the Javadoc for
IndexShard#updateGlobalCheckpointOnPrimary.
This commit is contained in:
Jason Tedor 2016-10-12 09:38:29 -04:00
parent 27eab74510
commit 568033aba3
1 changed files with 2 additions and 2 deletions

View File

@ -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() {