Skip to content

Commit

Permalink
EP-4591
Browse files Browse the repository at this point in the history
  • Loading branch information
oplekal committed Jan 14, 2025
1 parent b73f84e commit 2a87473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public NavigationNodeDto add(NavigationNodeDto node) {

public NavigationNodeDto addAll(Stream<NavigationNodeDto> nodes) {
if (nodes != null) {
this.children.addAll(nodes.collect(Collectors.toList()));
addAll(nodes.toList());
}
return this;
}
Expand Down

0 comments on commit 2a87473

Please sign in to comment.