Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ public Registration addSiblingsAddedListener(ComponentEventListener<SiblingsAdde
* Fires a siblings added event.
*
* @param item the node that received new siblings
* @param newSibling list of the newly added siblings
* @param newSiblings list of the newly added siblings
* @param fromClient whether the event originated from the client side
*/
protected void fireSiblingsAddedEvent(OrgChartItem item, List<OrgChartItem> newSiblings,
Expand Down