рефакторинг. инкапсуляция таблиц бд
This commit is contained in:
@@ -43,7 +43,7 @@ public class StartSelectedDVMConfigurations extends PublishServerObject<TestingS
|
||||
if (!Global.mainModule.getCompiler().versionLoaded)
|
||||
Global.mainModule.getPass(PassCode.ShowCompilerVersion).Do(Global.mainModule.getCompiler(), false);
|
||||
//-----
|
||||
if (!Global.testingServer.db.dvm_configurations.CheckSelectedOrCurrent(Log)){
|
||||
if (!Global.testingServer.db.dvm_configurations.CheckSelectedOrCurrent(Log)) {
|
||||
return false;
|
||||
}
|
||||
Vector<DVMConfiguration> configurations = Global.testingServer.db.dvm_configurations.getSelectedOrCurrent();
|
||||
|
||||
Reference in New Issue
Block a user