Removed JAR
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user