Skip to content

Commit 137f24a

Browse files
committed
Suppress more deprecation warnings
1 parent 76595e1 commit 137f24a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

temporal-sdk/src/test/java/io/temporal/workflow/updateTest/UpdateWithStartTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,7 @@ public void failWhenUpdateNamesDoNotMatch() {
645645
}
646646
}
647647

648+
@SuppressWarnings("deprecation") // Backwards compatibility for WORKFLOW_ID_REUSE_POLICY_TERMINATE_IF_RUNNING
648649
@Test
649650
public void failServerSideWhenStartIsInvalid() {
650651
WorkflowClient workflowClient = testWorkflowRule.getWorkflowClient();

0 commit comments

Comments
 (0)