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 0b70e6d commit 908dd46Copy full SHA for 908dd46
src/main/java/com/flowingcode/vaadin/addons/orgchart/OrgChart.java
@@ -466,7 +466,7 @@ public Registration addSiblingsAddedListener(ComponentEventListener<SiblingsAdde
466
* Fires a siblings added event.
467
*
468
* @param item the node that received new siblings
469
- * @param newSibling list of the newly added siblings
+ * @param newSiblings list of the newly added siblings
470
* @param fromClient whether the event originated from the client side
471
*/
472
protected void fireSiblingsAddedEvent(OrgChartItem item, List<OrgChartItem> newSiblings,
0 commit comments