summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/src/com/vaadin/client/widgets/Grid.java4
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