]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add missing @since to VDragAndDropManager
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Wed, 29 Apr 2015 07:53:28 +0000 (10:53 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 29 Apr 2015 07:59:43 +0000 (07:59 +0000)
Change-Id: Icf4bc147b2ca77676ce29c7b2b8a516cbf7b2d23

client/src/com/vaadin/client/ui/dd/VDragAndDropManager.java

index 19004cfaa987614d6f1a7900a72a56d4bcf0b433..efca46b522b1d6c8f91f927eb9637c3c4f0b0aab 100644 (file)
@@ -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 {
         /**