summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2015-01-13 22:46:38 +0200
committerArtur Signell <artur@vaadin.com>2015-01-13 22:46:38 +0200
commit8a544b5a6e78337b24a5e56bcde1a21ff6087fae (patch)
treeab5ff45c0a38d72c66041315fd7fc6ab78c53029 /shared
parent5102cc98c295a49487fcf90cc6ac7980d166eb40 (diff)
downloadvaadin-framework-8a544b5a6e78337b24a5e56bcde1a21ff6087fae.tar.gz
vaadin-framework-8a544b5a6e78337b24a5e56bcde1a21ff6087fae.zip
Set @since tags to 7.4
Change-Id: Icd51c52d2c93b71d25b938d03c827b2da5d8527c
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/annotations/NoLoadingIndicator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/src/com/vaadin/shared/annotations/NoLoadingIndicator.java b/shared/src/com/vaadin/shared/annotations/NoLoadingIndicator.java
index 8455b4cead..2e519b69e8 100644
--- a/shared/src/com/vaadin/shared/annotations/NoLoadingIndicator.java
+++ b/shared/src/com/vaadin/shared/annotations/NoLoadingIndicator.java
@@ -25,7 +25,7 @@ import java.lang.annotation.Target;
* sending requests for RPC methods that are not marked with this annotation.
* The loading indicator is hidden once a response is received.
*
- * @since
+ * @since 7.4
* @author Vaadin Ltd
*/
@Target(ElementType.METHOD)