Skip to content

Commit 075c108

Browse files
committed
WIP: fix javadoc formatting
1 parent 2a683b5 commit 075c108

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/com/flowingcode/vaadin/addons/orgchart

1 file changed

+2
-2
lines changed

src/main/java/com/flowingcode/vaadin/addons/orgchart/OrgChart.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,9 @@ private List<Integer> convertJsonArrayToIntegerList(JsonArray jsonIds) {
374374
}
375375

376376
/**
377-
* Appends a list of items to a parent node's children list. * @param parentNode the node to which
378-
* children will be added
377+
* Appends a list of items to a parent node's children list.
379378
*
379+
* @param parentNode the node to which children will be added
380380
* @param itemsToAdd the list of items to add
381381
*/
382382
private void appendItemsToParent(OrgChartItem parentNode, List<OrgChartItem> itemsToAdd) {

0 commit comments

Comments
 (0)