Skip to content

Commit 0a6862e

Browse files
committed
fix javadoc for isVirtual
1 parent a3e19fc commit 0a6862e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/src/main/java/software/amazon/lambda/durable/config/RunInChildContextConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public Builder serDes(SerDes serDes) {
6868
}
6969

7070
/**
71-
* Sets whether the context operation will be checkpointed (default: false).
71+
* Sets whether the context is virtual (not checkpointed) or not.
7272
*
7373
* @param isVirtual true if the context is virtual (no checkpointing), false otherwise
7474
* @return this builder for method chaining

0 commit comments

Comments
 (0)