убирание портов в константы внутри кода
This commit is contained in:
@@ -30,7 +30,7 @@ public abstract class RepositoryPass<S extends RepositoryServer, T> extends Pass
|
||||
return true;
|
||||
}
|
||||
protected int getTimeout() {
|
||||
return Global.properties.SocketTimeout;
|
||||
return Constants.SocketTimeout;
|
||||
}
|
||||
//-
|
||||
protected void connect() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user