Removed unused import and recreated some binaries

This commit is contained in:
ChococookieOS 2019-04-14 13:26:15 +02:00
parent e1c1b51c90
commit 345676c425
18 changed files with 0 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -8,8 +8,6 @@ import java.net.InetSocketAddress;
import java.net.Socket;
import java.net.UnknownHostException;
import guis.MainGui;
public class UpdateChecker {
Socket socket;
DataInputStream in;