fix. был баг в пути запаковки пакета при скачивании

This commit is contained in:
2023-10-26 20:46:03 +03:00
parent b309745e35
commit cd439030e8
7 changed files with 24 additions and 8 deletions

View File

@@ -13,6 +13,7 @@ public class SapforPackageFields implements DialogFields, FormWithSplitters {
private JButton bPrevious;
private JButton bNext;
private JButton bCompare;
private JPanel treePanel;
public JPanel getContent() {
return content;
}