summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/event/dd/DropHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/event/dd/DropHandler.java')
-rw-r--r--src/com/vaadin/event/dd/DropHandler.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/com/vaadin/event/dd/DropHandler.java b/src/com/vaadin/event/dd/DropHandler.java
index c9a28b5343..c0176207ed 100644
--- a/src/com/vaadin/event/dd/DropHandler.java
+++ b/src/com/vaadin/event/dd/DropHandler.java
@@ -14,8 +14,9 @@ import com.vaadin.event.dd.acceptcriteria.ServerSideCriterion;
* DropHandlers contain the actual business logic for drag and drop operations.
* <p>
* The {@link #drop(DragAndDropEvent)} method is used to receive the transferred
- * data and the #getAcceptCriterion()} method contains the (possibly client side
- * verifiable) criterion whether the dragged data will be handled at all.
+ * data and the {@link #getAcceptCriterion()} method contains the (possibly
+ * client side verifiable) criterion whether the dragged data will be handled at
+ * all.
*
* @since 6.3
*