no message

This commit is contained in:
2024-09-24 00:28:46 +03:00
parent 00b4250ce0
commit 797f232347

View File

@@ -21,12 +21,7 @@ import java.util.LinkedHashMap;
import java.util.Vector; import java.util.Vector;
public class StartSelectedSAPFORConfigurations extends PublishServerObject<TestingServer, SapforPackage> { public class StartSelectedSAPFORConfigurations extends PublishServerObject<TestingServer, SapforPackage> {
Vector<SapforConfiguration> configurations; Vector<SapforConfiguration> configurations;
// SapforTestingSet_json testingSet; //то, что добавляем.
//--
// protected LinkedHashMap<String, Test> testsByDescriptions = null;
protected File sapfor = null; protected File sapfor = null;
//--
// protected Vector<SapforTask> new_tasks = null;
@Override @Override
public String getIconPath() { public String getIconPath() {
return "/icons/Start.png"; return "/icons/Start.png";
@@ -38,10 +33,6 @@ public class StartSelectedSAPFORConfigurations extends PublishServerObject<Testi
@Override @Override
protected boolean canStart(Object... args) throws Exception { protected boolean canStart(Object... args) throws Exception {
//-- //--
// testsByDescriptions = new LinkedHashMap<>();
//--
// new_tasks = new Vector<>();
//--
if (!Current.getAccount().CheckRegistered(Log)) { if (!Current.getAccount().CheckRegistered(Log)) {
return false; return false;
} }