From 797f232347eb6b73409322b7d61837c0dfa4ed4f Mon Sep 17 00:00:00 2001 From: 02090095 Date: Tue, 24 Sep 2024 00:28:46 +0300 Subject: [PATCH] no message --- .../Passes/All/StartSelectedSAPFORConfigurations.java | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/Visual_DVM_2021/Passes/All/StartSelectedSAPFORConfigurations.java b/src/Visual_DVM_2021/Passes/All/StartSelectedSAPFORConfigurations.java index 7d741a1e..8a022c2f 100644 --- a/src/Visual_DVM_2021/Passes/All/StartSelectedSAPFORConfigurations.java +++ b/src/Visual_DVM_2021/Passes/All/StartSelectedSAPFORConfigurations.java @@ -21,12 +21,7 @@ import java.util.LinkedHashMap; import java.util.Vector; public class StartSelectedSAPFORConfigurations extends PublishServerObject { Vector configurations; - // SapforTestingSet_json testingSet; //то, что добавляем. - //-- - // protected LinkedHashMap testsByDescriptions = null; protected File sapfor = null; - //-- - // protected Vector new_tasks = null; @Override public String getIconPath() { return "/icons/Start.png"; @@ -38,10 +33,6 @@ public class StartSelectedSAPFORConfigurations extends PublishServerObject(); - //-- - // new_tasks = new Vector<>(); - //-- if (!Current.getAccount().CheckRegistered(Log)) { return false; }