Skip to content
Snippets Groups Projects
Commit 6401953d authored by Felix Sidokhine's avatar Felix Sidokhine
Browse files

fixed ordering of events for licensing

parent f2d298b2
No related branches found
No related tags found
No related merge requests found
...@@ -68,8 +68,8 @@ public class Server { ...@@ -68,8 +68,8 @@ public class Server {
public static AppUpdater appUpdater; public static AppUpdater appUpdater;
public Server(AppUpdater appUpdater) { public Server(AppUpdater appUpdater) {
main(new String[]{});
Server.appUpdater = appUpdater; Server.appUpdater = appUpdater;
main(new String[]{});
} }
......
...@@ -11,7 +11,6 @@ import org.apache.http.impl.client.HttpClients; ...@@ -11,7 +11,6 @@ import org.apache.http.impl.client.HttpClients;
import org.apache.http.ssl.SSLContexts; import org.apache.http.ssl.SSLContexts;
import javax.net.ssl.SSLContext; import javax.net.ssl.SSLContext;
import javax.net.ssl.SSLSocketFactory;
import java.io.File; import java.io.File;
import java.io.FileOutputStream; import java.io.FileOutputStream;
import java.io.InputStream; import java.io.InputStream;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment