diff options
author | elmot <elmot@vaadin.com> | 2016-02-16 16:31:49 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-02-19 08:41:47 +0000 |
commit | 4a4d1532cd2a844051301cc0d8b23a80fa011fd7 (patch) | |
tree | 6e18143b71a5742216ca9e8e0f077605ab400571 /client/src/com | |
parent | 29808ef9272457f8eb25f140280d0e2833af8cbf (diff) | |
download | vaadin-framework-4a4d1532cd2a844051301cc0d8b23a80fa011fd7.tar.gz vaadin-framework-4a4d1532cd2a844051301cc0d8b23a80fa011fd7.zip |
Add missing @since for 7.6.3
Change-Id: Iccd7f1e00a245a1ba5572f4086a55bdbe40218c9
Diffstat (limited to 'client/src/com')
-rw-r--r-- | client/src/com/vaadin/client/widgets/Grid.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/com/vaadin/client/widgets/Grid.java b/client/src/com/vaadin/client/widgets/Grid.java index c6c661cab2..c4e3491992 100644 --- a/client/src/com/vaadin/client/widgets/Grid.java +++ b/client/src/com/vaadin/client/widgets/Grid.java @@ -418,7 +418,7 @@ public class Grid<T> extends ResizeComposite implements /** * Called when the cell is detached from the row * - * @since + * @since 7.6.3 */ void detach() { if (this.content instanceof Widget) { @@ -649,7 +649,7 @@ public class Grid<T> extends ResizeComposite implements /** * Called when the row is detached from the grid * - * @since + * @since 7.6.3 */ void detach() { // Avoid calling detach twice for a merged cell |