aboutsummaryrefslogtreecommitdiffstats
path: root/client/src
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2015-04-29 10:53:28 +0300
committerVaadin Code Review <review@vaadin.com>2015-04-29 07:59:43 +0000
commit24d1e8e4d2aead236ce7604de95bc682bbe8e063 (patch)
treee2523f88a5a44ac7df88d6941bd64be28b7e4bb6 /client/src
parentacac097635d8b4242f647910e880c4aca99c39bd (diff)
downloadvaadin-framework-24d1e8e4d2aead236ce7604de95bc682bbe8e063.tar.gz
vaadin-framework-24d1e8e4d2aead236ce7604de95bc682bbe8e063.zip
Add missing @since to VDragAndDropManager
Change-Id: Icf4bc147b2ca77676ce29c7b2b8a516cbf7b2d23
Diffstat (limited to 'client/src')
-rw-r--r--client/src/com/vaadin/client/ui/dd/VDragAndDropManager.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/com/vaadin/client/ui/dd/VDragAndDropManager.java b/client/src/com/vaadin/client/ui/dd/VDragAndDropManager.java
index 19004cfaa9..efca46b522 100644
--- a/client/src/com/vaadin/client/ui/dd/VDragAndDropManager.java
+++ b/client/src/com/vaadin/client/ui/dd/VDragAndDropManager.java
@@ -63,6 +63,8 @@ public class VDragAndDropManager {
* Implementation if this interface is provided as a parameter to
* DDEventHandleStrategy methods. The mediator instance allows to manage
* DnD.
+ *
+ * @since 7.4.4
*/
public interface DDManagerMediator {
/**