Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit c3e0d81

Browse files
committed
Revert "return jiraIssueName as the default if it can't find another reference type"
This reverts commit 62c5305.
1 parent 62c5305 commit c3e0d81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/com/topcoder/web/tc/controller/legacy/pacts/common/PaymentHeader.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,6 @@ public long getReferenceId() {
427427
case REFERENCE_DIGITAL_RUN_SEASON_ID : return digitalRunSeasonId;
428428
case REFERENCE_PARENT_PAYMENT_ID : return parentPaymentId;
429429
case REFERENCE_DIGITAL_RUN_TRACK_ID : return digitalRunTrackId;
430-
default:
431-
return jiraIssueName;
432430
}
433431
return 0;
434432
}

0 commit comments

Comments
 (0)