Skip to content

Commit 7660834

Browse files
committed
Remove duplicate deprecation suppression
1 parent 221ffb3 commit 7660834

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,6 @@ public void failWhenUpdateNamesDoNotMatch() {
648648
@SuppressWarnings(
649649
"deprecation") // Backwards compatibility for WORKFLOW_ID_REUSE_POLICY_TERMINATE_IF_RUNNING
650650
@Test
651-
@SuppressWarnings("deprecation") // Test uses deprecated policy for validation
652651
public void failServerSideWhenStartIsInvalid() {
653652
WorkflowClient workflowClient = testWorkflowRule.getWorkflowClient();
654653

0 commit comments

Comments
 (0)