diff options
author | Henri Sara <hesara@vaadin.com> | 2016-09-08 13:19:44 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-09-08 11:19:55 +0000 |
commit | 8a4d90789ffd6a28ce29870bd176ace62f33288f (patch) | |
tree | abc9df425bb7cfccaee3c7ea8c24a48b182e31d1 /uitest-common | |
parent | ecb20d27d83f502c762a1c847218bf2d687cefd3 (diff) | |
download | vaadin-framework-8a4d90789ffd6a28ce29870bd176ace62f33288f.tar.gz vaadin-framework-8a4d90789ffd6a28ce29870bd176ace62f33288f.zip |
Update empty since tags for 8.0
Change-Id: Iacf3864f6902e810591e2085adb44d0a6848f51c
Diffstat (limited to 'uitest-common')
-rw-r--r-- | uitest-common/src/main/java/com/vaadin/testbench/customelements/GridElement.java | 2 | ||||
-rw-r--r-- | uitest-common/src/main/java/com/vaadin/v7/testbench/customelements/GridElement.java | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/uitest-common/src/main/java/com/vaadin/testbench/customelements/GridElement.java b/uitest-common/src/main/java/com/vaadin/testbench/customelements/GridElement.java index dd1e2ca4e3..6c46af7b96 100644 --- a/uitest-common/src/main/java/com/vaadin/testbench/customelements/GridElement.java +++ b/uitest-common/src/main/java/com/vaadin/testbench/customelements/GridElement.java @@ -12,7 +12,7 @@ public class GridElement extends com.vaadin.testbench.elements.GridElement { /** * Gets the element that contains the details of a row. * - * @since + * @since 8.0 * @param rowIndex * the index of the row for the details * @return the element that contains the details of a row. <code>null</code> diff --git a/uitest-common/src/main/java/com/vaadin/v7/testbench/customelements/GridElement.java b/uitest-common/src/main/java/com/vaadin/v7/testbench/customelements/GridElement.java index 0edd4d0f46..b3c24c5c3a 100644 --- a/uitest-common/src/main/java/com/vaadin/v7/testbench/customelements/GridElement.java +++ b/uitest-common/src/main/java/com/vaadin/v7/testbench/customelements/GridElement.java @@ -21,7 +21,7 @@ import com.vaadin.testbench.elementsbase.ServerClass; /** * TestBench Element API for Grid * - * @since + * @since 8.0 * @author Vaadin Ltd */ @ServerClass("com.vaadin.v7.ui.Grid") @@ -30,7 +30,7 @@ public class GridElement extends com.vaadin.testbench.elements.GridElement { /** * Gets the element that contains the details of a row. * - * @since + * @since 8.0 * @param rowIndex * the index of the row for the details * @return the element that contains the details of a row. <code>null</code> |