From: elmot Date: Tue, 16 Feb 2016 14:31:49 +0000 (+0200) Subject: Add missing @since for 7.6.3 X-Git-Tag: 7.7.0.alpha1~74 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4a4d1532cd2a844051301cc0d8b23a80fa011fd7;p=vaadin-framework.git Add missing @since for 7.6.3 Change-Id: Iccd7f1e00a245a1ba5572f4086a55bdbe40218c9 --- 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 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 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