удаление отладочной печати сравнения и не только
This commit is contained in:
@@ -45,7 +45,6 @@ public abstract class RepositoryPass<S extends RepositoryServer, T> extends Pass
|
||||
in = new ObjectInputStream(clientSocket.getInputStream());
|
||||
}
|
||||
protected void disconnect() throws Exception {
|
||||
//System.out.println("разрыв соединения...");
|
||||
if (clientSocket != null)
|
||||
clientSocket.close();
|
||||
if (in != null)
|
||||
@@ -56,7 +55,6 @@ public abstract class RepositoryPass<S extends RepositoryServer, T> extends Pass
|
||||
clientSocket = null;
|
||||
in = null;
|
||||
out = null;
|
||||
// System.out.println("done");
|
||||
}
|
||||
protected abstract void ServerAction() throws Exception;
|
||||
protected void Command(ServerExchangeUnit_2021 request_in) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user