no message
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package Visual_DVM_2021.Passes;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common_old.Current;
|
||||
import _VisualDVM.Global;
|
||||
import Common_old.UI.DebugPrintLevel;
|
||||
import Common_old.UI.Menus_2023.PassControl;
|
||||
@@ -49,7 +48,7 @@ public class SapforAnalysis extends SapforPass {
|
||||
@Override
|
||||
protected void PerformPreparation() throws Exception {
|
||||
//-
|
||||
if (Current.hasUI())
|
||||
if (CommonUtils.hasUI())
|
||||
showPreparation(); // отображение пустых данных
|
||||
//-
|
||||
performPreparation(); //в данном случае удаление данных
|
||||
|
||||
Reference in New Issue
Block a user