Skip to content

Commit 8ebb9e6

Browse files
paodbmlopezFC
authored andcommitted
docs: fix javadoc warnings
Close #81
1 parent 863f383 commit 8ebb9e6

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
@@ -257,9 +257,9 @@ public void setNodeTemplate(String parameterName, String functionBody) {
257257
}
258258

259259
/**
260-
* Adds a {@link DragAndDropListener} to the component.
260+
* Adds a {@link DragAndDropEvent} listener to the component.
261261
*
262-
* @param dragAndDropListener the listener to be added.
262+
* @param listener the listener to be added.
263263
*/
264264
public void addDragAndDropListener(ComponentEventListener<DragAndDropEvent> listener) {
265265
addListener(DragAndDropEvent.class, listener);

0 commit comments

Comments
 (0)