убирание портов в константы внутри кода
This commit is contained in:
@@ -112,7 +112,7 @@ public class ComponentsServer extends RepositoryServer<BugReportsDatabase> {
|
||||
}
|
||||
@Override
|
||||
public int getPort() {
|
||||
return Global.properties.ComponentsServerPort;
|
||||
return Constants.ComponentsServerPort;
|
||||
}
|
||||
@Override
|
||||
protected void beforePublishAction(DBObject object) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user