Avoid 'unnecessary use of fully qualified name' codacy issue

This commit is contained in:
ghubstan 2020-11-18 20:05:15 -03:00
parent 08228d07bc
commit 138822edad
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

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