File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
temporal-sdk/src/main/java/io/temporal/workflow Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments