Add switch statement break to make codacy happy

This commit is contained in:
ghubstan 2020-10-02 15:25:32 -03:00
parent 033271189f
commit f1693a6cf4
No known key found for this signature in database
GPG key ID: E35592D6800A861E

View file

@ -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);