typo fix in comments
This commit is contained in:
parent
7503ec7105
commit
73e75e2a08
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ public interface Checkpointer {
|
|||
|
||||
|
||||
/**
|
||||
* Record intent to checkpoint for a shard. Upon failover, the pendingCheckpointValue will be passed to the new
|
||||
* Record intent to checkpoint for a shard. Upon failover, the pendingCheckpoint will be passed to the new
|
||||
* ShardRecordProcessor's initialize() method.
|
||||
*
|
||||
* @param leaseKey Checkpoint is specified for this shard.
|
||||
|
|
|
|||
Loading…
Reference in a new issue