We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a683b5 commit 075c108Copy full SHA for 075c108
src/main/java/com/flowingcode/vaadin/addons/orgchart/OrgChart.java
@@ -374,9 +374,9 @@ private List<Integer> convertJsonArrayToIntegerList(JsonArray jsonIds) {
374
}
375
376
/**
377
- * Appends a list of items to a parent node's children list. * @param parentNode the node to which
378
- * children will be added
+ * Appends a list of items to a parent node's children list.
379
*
+ * @param parentNode the node to which children will be added
380
* @param itemsToAdd the list of items to add
381
*/
382
private void appendItemsToParent(OrgChartItem parentNode, List<OrgChartItem> itemsToAdd) {
0 commit comments