mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Update toString method
This commit is contained in:
parent
8122cab77a
commit
4c81c442ee
1 changed files with 8 additions and 5 deletions
|
@ -220,10 +220,13 @@ public class HttpClientImpl implements HttpClient {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "HttpClient{" +
|
||||
"socks5ProxyProvider=" + socks5ProxyProvider +
|
||||
", baseUrl='" + baseUrl + '\'' +
|
||||
", ignoreSocks5Proxy=" + ignoreSocks5Proxy +
|
||||
'}';
|
||||
return "HttpClientImpl{" +
|
||||
"\n socks5ProxyProvider=" + socks5ProxyProvider +
|
||||
",\n baseUrl='" + baseUrl + '\'' +
|
||||
",\n ignoreSocks5Proxy=" + ignoreSocks5Proxy +
|
||||
",\n uid='" + uid + '\'' +
|
||||
",\n connection=" + connection +
|
||||
",\n httpclient=" + httpclient +
|
||||
"\n}";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue