убирание портов в константы внутри кода
This commit is contained in:
@@ -257,7 +257,7 @@ public class TestingServer extends RepositoryServer<TestsDatabase> {
|
||||
//основа
|
||||
@Override
|
||||
public int getPort() {
|
||||
return Global.properties.TestingServerPort;
|
||||
return Constants.TestingServerPort;
|
||||
}
|
||||
@Override
|
||||
protected void startAdditionalThreads() {
|
||||
|
||||
Reference in New Issue
Block a user