Skip to content

Commit 76e079e

Browse files
committed
[fix] Fix typo in SysONExplorerTreeDescriptionProvider
Signed-off-by: Axel RICHARD <axel.richard@obeo.fr>
1 parent 523bf86 commit 76e079e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/views/syson-tree-explorer-view/src/main/java/org/eclipse/syson/tree/explorer/view/SysONExplorerTreeDescriptionProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public View createView() {
6161
private TreeDescription build() {
6262
TreeDescription description = new TreeDescriptionBuilder()
6363
.name(SYSON_EXPLORER)
64-
.childrenExpression("aql:self.getChildren(editingContext, existingRepresentations, expanded, activeFilterIds))")
64+
.childrenExpression("aql:self.getChildren(editingContext, existingRepresentations, expanded, activeFilterIds)")
6565
.deletableExpression("aql:self.isDeletable()")
6666
.editableExpression("aql:self.isEditable()")
6767
.elementsExpression("aql:editingContext.getElements(activeFilterIds)")

0 commit comments

Comments
 (0)