mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] RequestAuthProvider
This commit is contained in:
parent
3431fae109
commit
00bbad3451
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
import java.util.regex.Pattern;
|
||||
|
||||
public final class RequestAuthProvider extends AuthProvider {
|
||||
private final HttpClient client = HttpClient.newBuilder()
|
||||
private transient final HttpClient client = HttpClient.newBuilder()
|
||||
.build();
|
||||
public String url;
|
||||
public transient Pattern pattern;
|
||||
|
|
Loading…
Reference in a new issue