mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 00:29:50 -04:00
Comment out unused pieces
This commit is contained in:
parent
6a2aaaab70
commit
e69dff24f0
@ -7,7 +7,7 @@ public class HttpClient
|
|||||||
{
|
{
|
||||||
public static class Builder {
|
public static class Builder {
|
||||||
public HttpClient build() {
|
public HttpClient build() {
|
||||||
return new HttpClient(this);
|
return new HttpClient(/* this */);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -15,9 +15,9 @@ public class HttpClient
|
|||||||
return new Builder();
|
return new Builder();
|
||||||
}
|
}
|
||||||
|
|
||||||
private Builder mBuilder;
|
// private Builder mBuilder;
|
||||||
protected HttpClient(Builder b) {
|
protected HttpClient(/* Builder b */) {
|
||||||
mBuilder = b;
|
// mBuilder = b;
|
||||||
}
|
}
|
||||||
|
|
||||||
// This method is not official java.net.http.HttpClient API.
|
// This method is not official java.net.http.HttpClient API.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user