mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
Merge branch 'dev' of github.com:GravitLauncher/Launcher into dev
This commit is contained in:
commit
a56bd18e95
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public class StandartClientWebSocketService extends ClientWebSocketService {
|
||||||
public WaitEventHandler waitEventHandler = new WaitEventHandler();
|
public WaitEventHandler waitEventHandler = new WaitEventHandler();
|
||||||
|
|
||||||
public StandartClientWebSocketService(GsonBuilder gsonBuilder, String address, int i) throws SSLException {
|
public StandartClientWebSocketService(GsonBuilder gsonBuilder, String address, int i) throws SSLException {
|
||||||
super(null, address, i);
|
super(gsonBuilder, address, i);
|
||||||
}
|
}
|
||||||
|
|
||||||
public class RequestFuture implements Future<ResultInterface> {
|
public class RequestFuture implements Future<ResultInterface> {
|
||||||
|
|
Loading…
Reference in a new issue