Removed JAR

This commit is contained in:
2026-06-19 23:52:34 +02:00
parent ea62b04e83
commit 9421f57406
6 changed files with 0 additions and 15 deletions
@@ -77,7 +77,6 @@ public class RMIClient implements IClient {
}
return status;
} catch (Exception e) {
e.printStackTrace();
return ErrorType.SERVER_UNREACHABLE;
}
}
@@ -109,7 +109,6 @@ public class TCPClient implements IClient {
return null;
} catch (IOException e) {
e.printStackTrace();
return ErrorType.SERVER_UNREACHABLE;
}
}