no message
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Utils.Utils_;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.Visual.UI;
|
||||
import Common.Passes.Pass;
|
||||
public class DropFastAccess extends Pass {
|
||||
@@ -11,7 +12,7 @@ public class DropFastAccess extends Pass {
|
||||
protected void body() throws Exception {
|
||||
for (Pass pass : Pass.FAPasses) {
|
||||
pass.stats.Drop();
|
||||
Utils_.db.Update(pass.stats);
|
||||
Global.mainModule.getDb().Update(pass.stats);
|
||||
}
|
||||
}
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user