Skip to content

Commit 5af7560

Browse files
committed
Remove deprecation todo
1 parent dc248a0 commit 5af7560

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

temporal-sdk/src/main/java/io/temporal/worker/WorkerOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ public Builder setDisableEagerExecution(boolean disableEagerExecution) {
392392
* <p>Defaults to false
393393
*/
394394
@Experimental
395-
@Deprecated // TODO REVIEW: Are we actually deprecating these yet?
395+
@Deprecated
396396
public Builder setUseBuildIdForVersioning(boolean useBuildIdForVersioning) {
397397
this.useBuildIdForVersioning = useBuildIdForVersioning;
398398
return this;

0 commit comments

Comments
 (0)