Skip to content

Commit 8722e64

Browse files
committed
docs: fix param name in javadoc
1 parent 0b70e6d commit 8722e64

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ public Registration addSiblingsAddedListener(ComponentEventListener<SiblingsAdde
466466
* Fires a siblings added event.
467467
*
468468
* @param item the node that received new siblings
469-
* @param newSibling list of the newly added siblings
469+
* @param newSiblings list of the newly added siblings
470470
* @param fromClient whether the event originated from the client side
471471
*/
472472
protected void fireSiblingsAddedEvent(OrgChartItem item, List<OrgChartItem> newSiblings,

0 commit comments

Comments
 (0)