fixed bug

This commit is contained in:
Massimiliano Assante 2022-05-04 10:46:19 +02:00
parent d0feaac8eb
commit 0017e68b39
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ public class WorkspaceFileItemBean {
@NotNull
private WorkspaceFolderBean parent;
public WorkspaceFileItemBean() {
super();
}
public WorkspaceFileItemBean(String id, String name, String title, String path, WorkspaceFolderBean parent) {
super();
this.id = id;