From 73e75e2a08981a642099185e1acb9d13f42dcbb0 Mon Sep 17 00:00:00 2001 From: Qilin Jin Date: Wed, 27 Oct 2021 20:43:32 -0700 Subject: [PATCH] typo fix in comments --- .../java/software/amazon/kinesis/processor/Checkpointer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amazon-kinesis-client/src/main/java/software/amazon/kinesis/processor/Checkpointer.java b/amazon-kinesis-client/src/main/java/software/amazon/kinesis/processor/Checkpointer.java index 2ffadc06..bb5c2029 100644 --- a/amazon-kinesis-client/src/main/java/software/amazon/kinesis/processor/Checkpointer.java +++ b/amazon-kinesis-client/src/main/java/software/amazon/kinesis/processor/Checkpointer.java @@ -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.