summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Grid.java
diff options
context:
space:
mode:
authorMarkus Koivisto <markus@vaadin.com>2015-10-12 16:30:22 +0300
committerMarkus Koivisto <markus@vaadin.com>2015-10-12 16:36:48 +0300
commit3e7d6c8e5f336b46e8bab74f23db511c261fdf49 (patch)
tree7111836a75b6e9956dac925c484e6b537ac8daac /server/src/com/vaadin/ui/Grid.java
parent4f26b13c720c668a3c01e2c309fb2f99f150936f (diff)
downloadvaadin-framework-3e7d6c8e5f336b46e8bab74f23db511c261fdf49.tar.gz
vaadin-framework-3e7d6c8e5f336b46e8bab74f23db511c261fdf49.zip
Fix empty @since for 7.6.0.alpha77.6.0.alpha7
Change-Id: I8045727400c795fca78561c1a4c859595f7c53af
Diffstat (limited to 'server/src/com/vaadin/ui/Grid.java')
-rw-r--r--server/src/com/vaadin/ui/Grid.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/server/src/com/vaadin/ui/Grid.java b/server/src/com/vaadin/ui/Grid.java
index f98943c350..7179ddf0a2 100644
--- a/server/src/com/vaadin/ui/Grid.java
+++ b/server/src/com/vaadin/ui/Grid.java
@@ -302,7 +302,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier,
* the client. Details components are detached and forgotten when client
* informs that it has dropped the corresponding item.
*
- * @since
+ * @since 7.6
*/
private final static class DetailComponentManager extends
AbstractGridExtension implements DataGenerator {
@@ -802,7 +802,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier,
/**
* An event listener for column resize events in the Grid.
*
- * @since
+ * @since 7.6
*/
public interface ColumnResizeListener extends Serializable {
@@ -819,7 +819,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier,
* An event that is fired when a column is resized, either programmatically
* or by the user.
*
- * @since
+ * @since 7.6
*/
public static class ColumnResizeEvent extends Component.Event {
@@ -3352,7 +3352,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier,
/**
* Returns whether this column has an undefined width.
*
- * @since
+ * @since 7.6
* @return whether the width is undefined
* @throws IllegalStateException
* if the column is no longer attached to any grid
@@ -4355,7 +4355,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier,
* Informs the parent Grid that this Extension wants to add a child
* component to it.
*
- * @since
+ * @since 7.6
* @param c
* component
*/
@@ -4367,7 +4367,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier,
* Informs the parent Grid that this Extension wants to remove a child
* component from it.
*
- * @since
+ * @since 7.6
* @param c
* component
*/