Skip to content

Commit 3b6036f

Browse files
committed
FiatAccountsView: Suppress deprecation warning
1 parent b9fd903 commit 3b6036f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

desktop/src/main/java/bisq/desktop/main/account/content/fiataccounts/FiatAccountsView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ private PaymentMethodForm getPaymentMethodForm(PaymentMethod paymentMethod) {
609609
return getPaymentMethodForm(paymentMethod, paymentAccount);
610610
}
611611

612+
@SuppressWarnings("deprecation")
612613
private PaymentMethodForm getPaymentMethodForm(PaymentMethod paymentMethod, PaymentAccount paymentAccount) {
613614
switch (paymentMethod.getId()) {
614615
case PaymentMethod.UPHOLD_ID:

0 commit comments

Comments
 (0)