typo fix in comments

This commit is contained in:
Qilin Jin 2021-10-27 20:43:32 -07:00
parent 7503ec7105
commit 73e75e2a08

View file

@ -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. * ShardRecordProcessor's initialize() method.
* *
* @param leaseKey Checkpoint is specified for this shard. * @param leaseKey Checkpoint is specified for this shard.