summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2015-03-26 11:27:21 +0200
committerLeif Åstrand <leif@vaadin.com>2015-03-26 11:27:21 +0200
commiteb3406247e397c23d447bf4fd84a5052a0488876 (patch)
tree69531c22d028d32d95fcb74fc61d4bba651b949b /shared
parentda95f395add4916d0544858c87b448ddc5d03881 (diff)
downloadvaadin-framework-eb3406247e397c23d447bf4fd84a5052a0488876.tar.gz
vaadin-framework-eb3406247e397c23d447bf4fd84a5052a0488876.zip
Update all empty since tags published in alpha1
Change-Id: I1afce7e69beb9a61354fd82fcda194d4277dfd36
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ui/grid/DetailsConnectorChange.java2
-rw-r--r--shared/src/com/vaadin/shared/ui/grid/GridClientRpc.java2
-rw-r--r--shared/src/com/vaadin/shared/ui/grid/GridServerRpc.java6
3 files changed, 5 insertions, 5 deletions
diff --git a/shared/src/com/vaadin/shared/ui/grid/DetailsConnectorChange.java b/shared/src/com/vaadin/shared/ui/grid/DetailsConnectorChange.java
index 171a7738a6..8b64d22423 100644
--- a/shared/src/com/vaadin/shared/ui/grid/DetailsConnectorChange.java
+++ b/shared/src/com/vaadin/shared/ui/grid/DetailsConnectorChange.java
@@ -24,7 +24,7 @@ import com.vaadin.shared.Connector;
* A description of an indexing modification for a connector. This is used by
* Grid for internal bookkeeping updates.
*
- * @since
+ * @since 7.5.0
* @author Vaadin Ltd
*/
public class DetailsConnectorChange implements Serializable {
diff --git a/shared/src/com/vaadin/shared/ui/grid/GridClientRpc.java b/shared/src/com/vaadin/shared/ui/grid/GridClientRpc.java
index 98e7fac567..d4707f9ba5 100644
--- a/shared/src/com/vaadin/shared/ui/grid/GridClientRpc.java
+++ b/shared/src/com/vaadin/shared/ui/grid/GridClientRpc.java
@@ -61,7 +61,7 @@ public interface GridClientRpc extends ClientRpc {
* Informs the GridConnector on how the indexing of details connectors has
* changed.
*
- * @since
+ * @since 7.5.0
* @param connectorChanges
* the indexing changes of details connectors
* @param fetchId
diff --git a/shared/src/com/vaadin/shared/ui/grid/GridServerRpc.java b/shared/src/com/vaadin/shared/ui/grid/GridServerRpc.java
index 2b2308fe84..dca55c11c4 100644
--- a/shared/src/com/vaadin/shared/ui/grid/GridServerRpc.java
+++ b/shared/src/com/vaadin/shared/ui/grid/GridServerRpc.java
@@ -51,7 +51,7 @@ public interface GridServerRpc extends ServerRpc {
/**
* Informs the server that the columns of the Grid have been reordered.
*
- * @since
+ * @since 7.5.0
* @param newColumnOrder
* a list of column ids in the new order
* @param oldColumnOrder
@@ -70,7 +70,7 @@ public interface GridServerRpc extends ServerRpc {
* , and that is too late to change the hierarchy. So we need this
* round-trip to work around that limitation.
*
- * @since
+ * @since 7.5.0
* @param fetchId
* an unique identifier for the request
* @see com.vaadin.ui.Grid#setDetailsVisible(Object, boolean)
@@ -80,7 +80,7 @@ public interface GridServerRpc extends ServerRpc {
/**
* Informs the server that the column's visibility has been changed.
*
- * @since
+ * @since 7.5.0
* @param id
* the id of the column
* @param hidden