no message

This commit is contained in:
2023-12-18 00:04:44 +03:00
parent 86c6c4700e
commit ed2222c163
8 changed files with 92 additions and 16 deletions

View File

@@ -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 {
}