mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Avoid 'unnecessary use of fully qualified name' codacy issue
This commit is contained in:
parent
08228d07bc
commit
138822edad
@ -365,7 +365,7 @@ public class MethodTest extends ApiTestCase {
|
||||
disputeAgentsService.registerDisputeAgent(createRegisterDisputeAgentRequest(REFUND_AGENT));
|
||||
}
|
||||
|
||||
private bisq.core.payment.PaymentAccount fromProto(protobuf.PaymentAccount proto) {
|
||||
private bisq.core.payment.PaymentAccount fromProto(PaymentAccount proto) {
|
||||
return bisq.core.payment.PaymentAccount.fromProto(proto, CORE_PROTO_RESOLVER);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user