рефакторинг. вынес в обобщенную часть бд, но еще не все
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Database.Objects.DBObject;
|
||||
import Common.Database.Database;
|
||||
import _VisualDVM.Global;
|
||||
import Common.Utils.CommonUtils;
|
||||
import GlobalData.Machine.Machine;
|
||||
import GlobalData.Makefile.Makefile;
|
||||
import GlobalData.Module.Module;
|
||||
@@ -25,6 +25,6 @@ public class AddMakefile extends AddObjectPass<Makefile> {
|
||||
}
|
||||
@Override
|
||||
protected Database getDb() {
|
||||
return Global.db;
|
||||
return CommonUtils.db;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user