diff options
author | elmot <elmot@vaadin.com> | 2016-01-28 19:26:42 +0200 |
---|---|---|
committer | elmot <elmot@vaadin.com> | 2016-01-28 19:29:23 +0200 |
commit | d15697cca80710d642ea7434dc1a36e54e05e334 (patch) | |
tree | 0355f1f5ab52a48a13e1096bf22c047a2eb7f3ff | |
parent | 97e26492a9d2fdadb528a689a688c473f6f0973b (diff) | |
download | vaadin-framework-d15697cca80710d642ea7434dc1a36e54e05e334.tar.gz vaadin-framework-d15697cca80710d642ea7434dc1a36e54e05e334.zip |
Add missing @since for 7.6.27.6.2
Change-Id: I747fff73e9737458054baf223fd4cd8d816950ac
-rw-r--r-- | client/src/com/vaadin/client/connectors/GridConnector.java | 2 | ||||
-rw-r--r-- | client/src/com/vaadin/client/widget/grid/HeightAwareDetailsGenerator.java | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/client/src/com/vaadin/client/connectors/GridConnector.java b/client/src/com/vaadin/client/connectors/GridConnector.java index 90d9d71088..808b7ba2f3 100644 --- a/client/src/com/vaadin/client/connectors/GridConnector.java +++ b/client/src/com/vaadin/client/connectors/GridConnector.java @@ -524,7 +524,7 @@ public class GridConnector extends AbstractHasComponentsConnector implements * Fetches id from the row object that corresponds with the given * rowIndex. * - * @since + * @since 7.6.1 * @param rowIndex * the index of the row for which to fetch the id * @return id of the row if such id exists, {@code null} otherwise diff --git a/client/src/com/vaadin/client/widget/grid/HeightAwareDetailsGenerator.java b/client/src/com/vaadin/client/widget/grid/HeightAwareDetailsGenerator.java index fb7dd2c8ea..5364de3411 100644 --- a/client/src/com/vaadin/client/widget/grid/HeightAwareDetailsGenerator.java +++ b/client/src/com/vaadin/client/widget/grid/HeightAwareDetailsGenerator.java @@ -22,7 +22,7 @@ package com.vaadin.client.widget.grid; * temporary workaround and might be removed or renamed at any time. * </p> * - * @since + * @since 7.6.1 * @author Vaadin Ltd */ @Deprecated @@ -36,7 +36,7 @@ public interface HeightAwareDetailsGenerator extends DetailsGenerator { * temporary workaround and might be removed or renamed at any time. * </p> * - * @since + * @since 7.6.1 * @param rowIndex * the index of the row for which to calculate details row height * @return height of the details row |