From: Teemu Suo-Anttila Date: Mon, 27 Apr 2015 16:40:47 +0000 (+0300) Subject: Add missing @since to DDEventHandleStrategy class X-Git-Tag: 7.5.0.beta1~64 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6b3c1c02e82182333c29de984065d61f65d691f4;p=vaadin-framework.git Add missing @since to DDEventHandleStrategy class Change-Id: Ie39a5cc7649ff520da857be3a6a02e5881bcc718 --- diff --git a/client/src/com/vaadin/client/ui/dd/DDEventHandleStrategy.java b/client/src/com/vaadin/client/ui/dd/DDEventHandleStrategy.java index 9f8714ceaa..7b3203f330 100644 --- a/client/src/com/vaadin/client/ui/dd/DDEventHandleStrategy.java +++ b/client/src/com/vaadin/client/ui/dd/DDEventHandleStrategy.java @@ -31,6 +31,7 @@ import com.vaadin.client.ui.dd.VDragAndDropManager.DDManagerMediator; * The strategy could be overridden via GWT Deferred Binding mechanism. * * @author Vaadin Ltd + * @since 7.4.4 */ public class DDEventHandleStrategy {