summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/data/DataProviderRpc.java2
-rw-r--r--shared/src/com/vaadin/shared/data/DataRequestRpc.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/shared/src/com/vaadin/shared/data/DataProviderRpc.java b/shared/src/com/vaadin/shared/data/DataProviderRpc.java
index bddbdd113d..28e50d9747 100644
--- a/shared/src/com/vaadin/shared/data/DataProviderRpc.java
+++ b/shared/src/com/vaadin/shared/data/DataProviderRpc.java
@@ -97,7 +97,7 @@ public interface DataProviderRpc extends ClientRpc {
* Informs the client that a row has updated. The client-side DataSource
* will map the given data to correct index if it should be in the cache.
*
- * @since
+ * @since 7.6
* @param row
* the updated row data
*/
diff --git a/shared/src/com/vaadin/shared/data/DataRequestRpc.java b/shared/src/com/vaadin/shared/data/DataRequestRpc.java
index 041e92d05c..b66965fae9 100644
--- a/shared/src/com/vaadin/shared/data/DataRequestRpc.java
+++ b/shared/src/com/vaadin/shared/data/DataRequestRpc.java
@@ -63,7 +63,7 @@ public interface DataRequestRpc extends ServerRpc {
/**
* Informs the server that items have been dropped from the client cache.
*
- * @since
+ * @since 7.6
* @param rowKeys
* array of dropped keys mapping to items
*/