summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorJohannes Dahlström <johannesd@vaadin.com>2015-08-26 16:47:19 +0300
committerJohannes Dahlström <johannesd@vaadin.com>2015-08-26 16:47:19 +0300
commitb6f2bb0ceeb2e903e3c457f480ebd66450597644 (patch)
treefaeed90e9b6aaed997570a454622729270fcd1aa /client
parenta5506fd68b81a9b1e53d88a1880b66a8a50eb148 (diff)
downloadvaadin-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 'client')
-rw-r--r--client/src/com/vaadin/client/ComputedStyle.java4
-rw-r--r--client/src/com/vaadin/client/connectors/RpcDataSourceConnector.java2
-rw-r--r--client/src/com/vaadin/client/data/AbstractRemoteDataSource.java2
-rw-r--r--client/src/com/vaadin/client/widgets/Grid.java2
4 files changed, 5 insertions, 5 deletions
diff --git a/client/src/com/vaadin/client/ComputedStyle.java b/client/src/com/vaadin/client/ComputedStyle.java
index 676d18d245..66404eeeed 100644
--- a/client/src/com/vaadin/client/ComputedStyle.java
+++ b/client/src/com/vaadin/client/ComputedStyle.java
@@ -335,7 +335,7 @@ public class ComputedStyle {
/**
* Returns the sum of the top and bottom margin
*
- * @since
+ * @since 7.6
* @return the sum of the top and bottom margin
*/
public double getMarginHeight() {
@@ -348,7 +348,7 @@ public class ComputedStyle {
/**
* Returns the sum of the top and bottom margin
*
- * @since
+ * @since 7.6
* @return the sum of the left and right margin
*/
public double getMarginWidth() {
diff --git a/client/src/com/vaadin/client/connectors/RpcDataSourceConnector.java b/client/src/com/vaadin/client/connectors/RpcDataSourceConnector.java
index 79838f3252..78aaebaca1 100644
--- a/client/src/com/vaadin/client/connectors/RpcDataSourceConnector.java
+++ b/client/src/com/vaadin/client/connectors/RpcDataSourceConnector.java
@@ -229,7 +229,7 @@ public class RpcDataSourceConnector extends AbstractExtensionConnector {
/**
* Updates row data based on row key.
*
- * @since
+ * @since 7.6
* @param row
* new row object
*/
diff --git a/client/src/com/vaadin/client/data/AbstractRemoteDataSource.java b/client/src/com/vaadin/client/data/AbstractRemoteDataSource.java
index 256bc5ff6a..2438bec8df 100644
--- a/client/src/com/vaadin/client/data/AbstractRemoteDataSource.java
+++ b/client/src/com/vaadin/client/data/AbstractRemoteDataSource.java
@@ -360,7 +360,7 @@ public abstract class AbstractRemoteDataSource<T> implements DataSource<T> {
* dropped from the cache. DataSource no longer has anything in the given
* index.
*
- * @since
+ * @since 7.6
* @param rowIndex
* the index of the dropped row
* @param removed
diff --git a/client/src/com/vaadin/client/widgets/Grid.java b/client/src/com/vaadin/client/widgets/Grid.java
index 580d0da72b..45d14fac30 100644
--- a/client/src/com/vaadin/client/widgets/Grid.java
+++ b/client/src/com/vaadin/client/widgets/Grid.java
@@ -8302,7 +8302,7 @@ public class Grid<T> extends ResizeComposite implements
* Returns a CellReference for the cell to which the given element belongs
* to.
*
- * @since
+ * @since 7.6
* @param element
* Element to find from the cell's content.
* @return CellReference or <code>null</code> if cell was not found.