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