Skip to content

Commit 71c7426

Browse files
authored
Fix Javadoc of io.temporal.workflow.Workflow#getVersion (#2631)
1 parent b854df4 commit 71c7426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporal-sdk/src/main/java/io/temporal/workflow/Workflow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ public static <R> R mutableSideEffect(
964964
* for example change activity3 to activity4, you just need to update the maxVersion from 2 to 3.
965965
*
966966
* <p>Note that, you only need to preserve the first call to GetVersion() for each changeId. All
967-
* subsequent call to GetVersion() with same changeId are safe to remove. However, if you really
967+
* subsequent calls to GetVersion() with same changeId are safe to remove. However, if you really
968968
* want to get rid of the first GetVersion() call as well, you can do so, but you need to make
969969
* sure: 1) all older version executions are completed; 2) you can no longer use “fooChange” as
970970
* changeId. If you ever need to make changes to that same part, you would need to use a different

0 commit comments

Comments
 (0)