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; }