]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add missing @since for 7.6.3
authorelmot <elmot@vaadin.com>
Tue, 16 Feb 2016 14:31:49 +0000 (16:31 +0200)
committerVaadin Code Review <review@vaadin.com>
Fri, 19 Feb 2016 08:41:47 +0000 (08:41 +0000)
Change-Id: Iccd7f1e00a245a1ba5572f4086a55bdbe40218c9

client/src/com/vaadin/client/widgets/Grid.java

index c6c661cab225026734d0dec922c2e17f5395e811..c4e3491992b22945367f17b37676c2e80ed9ff09 100644 (file)
@@ -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