diff options
author | Olli Tietäväinen <ollit@vaadin.com> | 2018-08-15 15:13:03 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2018-08-15 15:13:03 +0300 |
commit | 738f620b73c2c7a3663744e0de5403b574eb7c84 (patch) | |
tree | bdde2c1552cbfb17e0db9884e362dd9569395609 /shared | |
parent | 062caa5b844dd6540b101dd04c612bc8e5948ad4 (diff) | |
download | vaadin-framework-738f620b73c2c7a3663744e0de5403b574eb7c84.tar.gz vaadin-framework-738f620b73c2c7a3663744e0de5403b574eb7c84.zip |
Empty sinces for 7.7.14 (#11114)7.7.14
Diffstat (limited to 'shared')
-rw-r--r-- | shared/src/main/java/com/vaadin/shared/ui/grid/GridState.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/src/main/java/com/vaadin/shared/ui/grid/GridState.java b/shared/src/main/java/com/vaadin/shared/ui/grid/GridState.java index 69c557fa06..99ee584963 100644 --- a/shared/src/main/java/com/vaadin/shared/ui/grid/GridState.java +++ b/shared/src/main/java/com/vaadin/shared/ui/grid/GridState.java @@ -213,7 +213,7 @@ public class GridState extends TabIndexState { /** * The content mode used for cell tooltips. * - * @since + * @since 7.7.14 */ /* * When porting this to the v7 version in Framework 8, the default should be @@ -225,7 +225,7 @@ public class GridState extends TabIndexState { /** * The content mode used for row tooltips. * - * @since + * @since 7.7.14 */ /* * When porting this to the v7 version in Framework 8, the default should be |