mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Add switch statement break to make codacy happy
This commit is contained in:
parent
033271189f
commit
f1693a6cf4
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ class CoreDisputeAgentsService {
|
|||
ecKey = refundAgentManager.getRegistrationKey(registrationKey);
|
||||
signature = refundAgentManager.signStorageSignaturePubKey(Objects.requireNonNull(ecKey));
|
||||
registerRefundAgent(nodeAddress, languageCodes, ecKey, signature);
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
throw new IllegalArgumentException("unknown dispute agent type " + disputeAgentTypeString);
|
||||
|
|
Loading…
Add table
Reference in a new issue