Browse Source

Add missing @since for 7.6.3

Change-Id: Iccd7f1e00a245a1ba5572f4086a55bdbe40218c9
tags/7.7.0.alpha1
elmot 8 years ago
parent
commit
4a4d1532cd
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      client/src/com/vaadin/client/widgets/Grid.java

+ 2
- 2
client/src/com/vaadin/client/widgets/Grid.java View 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

Loading…
Cancel
Save