убирание портов в константы внутри кода

This commit is contained in:
2025-02-08 19:19:26 +03:00
parent 7dd3069445
commit b8f1ad56ed
8 changed files with 16 additions and 39 deletions

View File

@@ -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() {