no message
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package Visual_DVM_2021.Passes;
|
||||
import Common.CurrentAnchestor;
|
||||
import Common.Visual.CommonUI;
|
||||
import Common_old.Current;
|
||||
import _VisualDVM.Global;
|
||||
import Common_old.UI.UI;
|
||||
import TestingSystem.Common.TestingPackage.TestingPackage;
|
||||
import TestingSystem.Common.TestingServer;
|
||||
import TestingSystem.Common.TasksPackageState;
|
||||
@@ -36,7 +36,7 @@ public abstract class StartTestingPackage<P extends TestingPackage> extends Publ
|
||||
Log.Writeln_("В пакете отсутствуют задачи.");
|
||||
return false;
|
||||
}
|
||||
if (UI.Question("Будет запущено:\n"
|
||||
if (CommonUI.Question("Будет запущено:\n"
|
||||
+ target.tasksCount + " задач.\n" +
|
||||
"Продолжить")) {
|
||||
target.state = TasksPackageState.Queued;
|
||||
|
||||
Reference in New Issue
Block a user