Skip to content

Commit 3c39d38

Browse files
zhongkechenphipag
andauthored
Update sdk/src/main/java/com/amazonaws/lambda/durable/operation/InvokeOperation.java
Co-authored-by: Philipp Page <pagejep@amazon.com>
1 parent 49996c1 commit 3c39d38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/src/main/java/com/amazonaws/lambda/durable/operation/InvokeOperation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public void execute() {
8888
// Operation is already completed (we are in a replay). We advance and
8989
// deregister from the Phaser
9090
// so that .get() doesn't block and returns the result immediately. See
91-
// StepOperation.get().
91+
// InvokeOperation.get().
9292
logger.trace("Detected terminal status during replay. Advancing phaser 0 -> 1 {}.", phaser);
9393
phaser.arriveAndDeregister(); // Phase 0 -> 1
9494
}

0 commit comments

Comments
 (0)