Skip to content

Commit 7cb2a82

Browse files
committed
WIP: fix javadoc
1 parent d63b6e5 commit 7cb2a82

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
@@ -602,7 +602,7 @@ protected void fireNodesRemovedEvent(Integer nodeId, boolean fromClient) {
602602
* <li>Maintains the internal data structure by updating the root item</li>
603603
* </ul>
604604
*
605-
* @param parentItem the new root item of the chart
605+
* @param newParentItem the new root item of the chart
606606
*/
607607
public void addParent(OrgChartItem newParentItem) {
608608
// Update the internal data structure

0 commit comments

Comments
 (0)