diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2015-08-26 16:47:19 +0300 |
---|---|---|
committer | Johannes Dahlström <johannesd@vaadin.com> | 2015-08-26 16:47:19 +0300 |
commit | b6f2bb0ceeb2e903e3c457f480ebd66450597644 (patch) | |
tree | faeed90e9b6aaed997570a454622729270fcd1aa /shared/src | |
parent | a5506fd68b81a9b1e53d88a1880b66a8a50eb148 (diff) | |
download | vaadin-framework-b6f2bb0ceeb2e903e3c457f480ebd66450597644.tar.gz vaadin-framework-b6f2bb0ceeb2e903e3c457f480ebd66450597644.zip |
Fix empty @since tags for 7.6.0.alpha47.6.0.alpha4
Change-Id: I9f223ec2d49a4a851f5e5808cc325c52717191ee
Diffstat (limited to 'shared/src')
-rw-r--r-- | shared/src/com/vaadin/shared/data/DataProviderRpc.java | 2 | ||||
-rw-r--r-- | shared/src/com/vaadin/shared/data/DataRequestRpc.java | 2 |
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 */ |