[FIX] Исправлена передача gsonBuilder

This commit is contained in:
Gravit 2019-06-07 18:51:01 +07:00
parent bac39adf42
commit 88a941cf59

View file

@ -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> {