no message
This commit is contained in:
@@ -33,7 +33,6 @@ public class SapforPackagesComparisonForm {
|
||||
//-->>
|
||||
protected SapforPackage object = null;
|
||||
//-->>
|
||||
// protected DataSet<String, SapforTaskResult> packageTasks;
|
||||
protected SapforTasksPackageTree Body;
|
||||
public JScrollPane treeScroll = null;
|
||||
//--->>
|
||||
@@ -63,19 +62,18 @@ public class SapforPackagesComparisonForm {
|
||||
}
|
||||
}
|
||||
public void ApplyObject() {
|
||||
/*
|
||||
//---
|
||||
|
||||
//---Загрузка
|
||||
RemoveObject();
|
||||
//---
|
||||
TextLog log = new TextLog();
|
||||
if (Current.Check(log, Current.SapforPackage)) {
|
||||
object = Current.getSapforPackage();
|
||||
if (object.isLoaded() || (Pass_2021.passes.get(PassCode_2021.DownloadSapforPackage).Do(object))) {
|
||||
showObject();
|
||||
// showObject();
|
||||
}
|
||||
} else
|
||||
UI.Info(log.toString());
|
||||
*/
|
||||
}
|
||||
public void Show() throws Exception {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user