summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2016-03-08 19:29:38 +0200
committerHenri Sara <hesara@vaadin.com>2016-03-08 19:29:38 +0200
commit7c1223bc5ff94c22e9f4fbc8ffca5a17eee98bd2 (patch)
tree45f7cff6249a58e2ca6dded446b4259716835647 /shared
parent9a5643bf3b9e5a5f4578b702fab894ee9c715152 (diff)
downloadvaadin-framework-7c1223bc5ff94c22e9f4fbc8ffca5a17eee98bd2.tar.gz
vaadin-framework-7c1223bc5ff94c22e9f4fbc8ffca5a17eee98bd2.zip
Update @since tags for 7.6.4 and related javadoc
Change-Id: Ia548da265c4cdfae13c6f0f76939f767ccf60975
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ui/draganddropwrapper/DragAndDropWrapperServerRpc.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/shared/src/com/vaadin/shared/ui/draganddropwrapper/DragAndDropWrapperServerRpc.java b/shared/src/com/vaadin/shared/ui/draganddropwrapper/DragAndDropWrapperServerRpc.java
index d5100aba3f..241518c3e3 100644
--- a/shared/src/com/vaadin/shared/ui/draganddropwrapper/DragAndDropWrapperServerRpc.java
+++ b/shared/src/com/vaadin/shared/ui/draganddropwrapper/DragAndDropWrapperServerRpc.java
@@ -20,7 +20,7 @@ import com.vaadin.shared.communication.ServerRpc;
/**
* RPC interface for calls from client to server.
*
- * @since
+ * @since 7.6.4
* @author Vaadin Ltd
*/
public interface DragAndDropWrapperServerRpc extends ServerRpc {
@@ -28,8 +28,6 @@ public interface DragAndDropWrapperServerRpc extends ServerRpc {
/**
* Called to poll the server to see if any changes have been made e.g. when
* the upload is complete.
- *
- * @since
*/
public void poll();