рефакторинг. вынес в обобщенную часть бд, но еще не все
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.CurrentAnchestor;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common_old.Current;
|
||||
import _VisualDVM.Global;
|
||||
import Visual_DVM_2021.Passes.CurrentProjectPass;
|
||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
||||
public class ResetCurrentProject extends CurrentProjectPass {
|
||||
@@ -15,7 +15,7 @@ public class ResetCurrentProject extends CurrentProjectPass {
|
||||
protected void body() throws Exception {
|
||||
target.CleanVersions();
|
||||
target.ResetDB();
|
||||
Global.db.Delete(target.getInfo());
|
||||
CommonUtils.db.Delete(target.getInfo());
|
||||
}
|
||||
@Override
|
||||
protected void performDone() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user