mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] Исправлена передача gsonBuilder
This commit is contained in:
parent
bac39adf42
commit
88a941cf59
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public class StandartClientWebSocketService extends ClientWebSocketService {
|
|||
public WaitEventHandler waitEventHandler = new WaitEventHandler();
|
||||
|
||||
public StandartClientWebSocketService(GsonBuilder gsonBuilder, String address, int i) throws SSLException {
|
||||
super(null, address, i);
|
||||
super(gsonBuilder, address, i);
|
||||
}
|
||||
|
||||
public class RequestFuture implements Future<ResultInterface> {
|
||||
|
|
Loading…
Reference in a new issue