summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/com/vaadin/client/widget/grid/events/ColumnResizeEvent.java2
-rw-r--r--client/src/com/vaadin/client/widget/grid/events/ColumnResizeHandler.java2
-rw-r--r--client/src/com/vaadin/client/widgets/Grid.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/client/src/com/vaadin/client/widget/grid/events/ColumnResizeEvent.java b/client/src/com/vaadin/client/widget/grid/events/ColumnResizeEvent.java
index bb61ec021d..f5c8c0fa83 100644
--- a/client/src/com/vaadin/client/widget/grid/events/ColumnResizeEvent.java
+++ b/client/src/com/vaadin/client/widget/grid/events/ColumnResizeEvent.java
@@ -24,7 +24,7 @@ import com.vaadin.client.widgets.Grid.Column;
* @param <T>
* The row type of the grid. The row type is the POJO type from where
* the data is retrieved into the column cells.
- * @since
+ * @since 7.6
* @author Vaadin Ltd
*/
public class ColumnResizeEvent<T> extends GwtEvent<ColumnResizeHandler<T>> {
diff --git a/client/src/com/vaadin/client/widget/grid/events/ColumnResizeHandler.java b/client/src/com/vaadin/client/widget/grid/events/ColumnResizeHandler.java
index a1bbef4dab..a66dbf7bd2 100644
--- a/client/src/com/vaadin/client/widget/grid/events/ColumnResizeHandler.java
+++ b/client/src/com/vaadin/client/widget/grid/events/ColumnResizeHandler.java
@@ -24,7 +24,7 @@ import com.google.gwt.event.shared.EventHandler;
* @param <T>
* The row type of the grid. The row type is the POJO type from where
* the data is retrieved into the column cells.
- * @since
+ * @since 7.6
* @author Vaadin Ltd
*/
public interface ColumnResizeHandler<T> extends EventHandler {
diff --git a/client/src/com/vaadin/client/widgets/Grid.java b/client/src/com/vaadin/client/widgets/Grid.java
index 501e68b5fe..9916d085de 100644
--- a/client/src/com/vaadin/client/widgets/Grid.java
+++ b/client/src/com/vaadin/client/widgets/Grid.java
@@ -7931,7 +7931,7 @@ public class Grid<T> extends ResizeComposite implements
* Register a column resize handler to this Grid. The event for this handler
* is fired when the Grid's columns are resized.
*
- * @since
+ * @since 7.6
* @param handler
* the handler for the event
* @return the registration for the event