diff --git a/temporal-sdk/src/main/java/io/temporal/worker/PreferredVersionProvider.java b/temporal-sdk/src/main/java/io/temporal/worker/PreferredVersionProvider.java index cd8351c5a..f930f1d34 100644 --- a/temporal-sdk/src/main/java/io/temporal/worker/PreferredVersionProvider.java +++ b/temporal-sdk/src/main/java/io/temporal/worker/PreferredVersionProvider.java @@ -22,8 +22,7 @@ public interface PreferredVersionProvider { * *
This method is invoked on the workflow thread. Any exception it throws propagates out of the * {@code getVersion} call and fails the current workflow task, which will be retried; a provider - * that always throws will therefore block the workflow. Implementations should be deterministic - * and side-effect free. + * that always throws will therefore block the workflow. */ @Nullable VersionPreference getPreferredVersion(@Nonnull PreferredVersionProviderInput input);