diff options
author | Mika Murtojarvi <mika@vaadin.com> | 2015-09-08 11:38:55 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-09-08 09:39:06 +0000 |
commit | 82a03223478784b04951d4fccd38552e48469814 (patch) | |
tree | 4bdc1dba89128a420162473b72c70f9163b3653b /shared | |
parent | 97d11191e6a2256d79876c6b7acdc68c24722cf9 (diff) | |
download | vaadin-framework-82a03223478784b04951d4fccd38552e48469814.tar.gz vaadin-framework-82a03223478784b04951d4fccd38552e48469814.zip |
Update @since tags for 7.6.
Change-Id: I69df09f371aae61f9e1ef741814f6e3016510fe2
Diffstat (limited to 'shared')
6 files changed, 6 insertions, 6 deletions
diff --git a/shared/src/com/vaadin/shared/ui/grid/GridState.java b/shared/src/com/vaadin/shared/ui/grid/GridState.java index e51b1a78a7..b0a3b9ffde 100644 --- a/shared/src/com/vaadin/shared/ui/grid/GridState.java +++ b/shared/src/com/vaadin/shared/ui/grid/GridState.java @@ -131,7 +131,7 @@ public class GridState extends TabIndexState { /** * The key that tells whether row is selected. * - * @since + * @since 7.6 */ public static final String JSONKEY_SELECTED = "s"; diff --git a/shared/src/com/vaadin/shared/ui/grid/selection/MultiSelectionModelServerRpc.java b/shared/src/com/vaadin/shared/ui/grid/selection/MultiSelectionModelServerRpc.java index e7324552f4..1ddecb31e4 100644 --- a/shared/src/com/vaadin/shared/ui/grid/selection/MultiSelectionModelServerRpc.java +++ b/shared/src/com/vaadin/shared/ui/grid/selection/MultiSelectionModelServerRpc.java @@ -22,7 +22,7 @@ import com.vaadin.shared.communication.ServerRpc; /** * ServerRpc for MultiSelectionModel. * - * @since + * @since 7.6 * @author Vaadin Ltd */ public interface MultiSelectionModelServerRpc extends ServerRpc { diff --git a/shared/src/com/vaadin/shared/ui/grid/selection/MultiSelectionModelState.java b/shared/src/com/vaadin/shared/ui/grid/selection/MultiSelectionModelState.java index 3ffd0d0f93..3d56b65793 100644 --- a/shared/src/com/vaadin/shared/ui/grid/selection/MultiSelectionModelState.java +++ b/shared/src/com/vaadin/shared/ui/grid/selection/MultiSelectionModelState.java @@ -20,7 +20,7 @@ import com.vaadin.shared.communication.SharedState; /** * SharedState object for MultiSelectionModel. * - * @since + * @since 7.6 * @author Vaadin Ltd */ public class MultiSelectionModelState extends SharedState { diff --git a/shared/src/com/vaadin/shared/ui/grid/selection/SingleSelectionModelServerRpc.java b/shared/src/com/vaadin/shared/ui/grid/selection/SingleSelectionModelServerRpc.java index 3e2a8ec847..ff8e7c424b 100644 --- a/shared/src/com/vaadin/shared/ui/grid/selection/SingleSelectionModelServerRpc.java +++ b/shared/src/com/vaadin/shared/ui/grid/selection/SingleSelectionModelServerRpc.java @@ -20,7 +20,7 @@ import com.vaadin.shared.communication.ServerRpc; /** * ServerRpc for SingleSelectionModel. * - * @since + * @since 7.6 * @author Vaadin Ltd */ public interface SingleSelectionModelServerRpc extends ServerRpc { diff --git a/shared/src/com/vaadin/shared/ui/grid/selection/SingleSelectionModelState.java b/shared/src/com/vaadin/shared/ui/grid/selection/SingleSelectionModelState.java index 300a849a64..be8770a94e 100644 --- a/shared/src/com/vaadin/shared/ui/grid/selection/SingleSelectionModelState.java +++ b/shared/src/com/vaadin/shared/ui/grid/selection/SingleSelectionModelState.java @@ -20,7 +20,7 @@ import com.vaadin.shared.communication.SharedState; /** * SharedState object for SingleSelectionModel. * - * @since + * @since 7.6 * @author Vaadin Ltd */ public class SingleSelectionModelState extends SharedState { diff --git a/shared/src/com/vaadin/shared/ui/upload/UploadServerRpc.java b/shared/src/com/vaadin/shared/ui/upload/UploadServerRpc.java index b353057ab3..5a5a1378d1 100644 --- a/shared/src/com/vaadin/shared/ui/upload/UploadServerRpc.java +++ b/shared/src/com/vaadin/shared/ui/upload/UploadServerRpc.java @@ -31,7 +31,7 @@ public interface UploadServerRpc extends ServerRpc { * Called to poll the server to see if any changes have been made e.g. when * starting upload * - * @since + * @since 7.6 */ void poll(); |