We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc248a0 commit 5af7560Copy full SHA for 5af7560
1 file changed
temporal-sdk/src/main/java/io/temporal/worker/WorkerOptions.java
@@ -392,7 +392,7 @@ public Builder setDisableEagerExecution(boolean disableEagerExecution) {
392
* <p>Defaults to false
393
*/
394
@Experimental
395
- @Deprecated // TODO REVIEW: Are we actually deprecating these yet?
+ @Deprecated
396
public Builder setUseBuildIdForVersioning(boolean useBuildIdForVersioning) {
397
this.useBuildIdForVersioning = useBuildIdForVersioning;
398
return this;
0 commit comments