summaryrefslogtreecommitdiffstats
path: root/shared/src
diff options
context:
space:
mode:
authorpatrik <patrik@vaadin.com>2015-08-05 13:55:45 +0300
committerpatrik <patrik@vaadin.com>2015-08-05 13:55:45 +0300
commit55dc0ade6455056ce2bd910b34ddf9e242845d24 (patch)
treed7b95a968830c66538f811cef52a7c747008c43c /shared/src
parent3c7eab0d5810a16a31778b22af22e8a34251db1a (diff)
downloadvaadin-framework-55dc0ade6455056ce2bd910b34ddf9e242845d24.tar.gz
vaadin-framework-55dc0ade6455056ce2bd910b34ddf9e242845d24.zip
Add @since for change 11526 ticket #17590
Change-Id: I2154167c39384a122b06bbdaaac6c161e3fffd2f
Diffstat (limited to 'shared/src')
-rw-r--r--shared/src/com/vaadin/shared/ui/grid/GridClientRpc.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/src/com/vaadin/shared/ui/grid/GridClientRpc.java b/shared/src/com/vaadin/shared/ui/grid/GridClientRpc.java
index cf4e95d078..8711a757a1 100644
--- a/shared/src/com/vaadin/shared/ui/grid/GridClientRpc.java
+++ b/shared/src/com/vaadin/shared/ui/grid/GridClientRpc.java
@@ -60,7 +60,7 @@ public interface GridClientRpc extends ClientRpc {
* Informs the Grid that all items have been selected or not selected on the
* server side.
*
- * @since
+ * @since 7.5.3
* @param allSelected
* <code>true</code> to check the select all checkbox,
* <code>false</code> to uncheck it.