diff options
author | Markus Koivisto <markus@vaadin.com> | 2015-10-09 20:29:57 +0300 |
---|---|---|
committer | Markus Koivisto <markus@vaadin.com> | 2015-10-09 20:29:57 +0300 |
commit | e5634deaa77cdcebc577a1f04d146b960b3b54d1 (patch) | |
tree | 6dfad594c821a37a7bc5dd36e2e06a6bef36a58a /client/src | |
parent | 2732b77278001c11fd5059fb89f19587302cb033 (diff) | |
download | vaadin-framework-e5634deaa77cdcebc577a1f04d146b960b3b54d1.tar.gz vaadin-framework-e5634deaa77cdcebc577a1f04d146b960b3b54d1.zip |
Fix empty @since for 7.6.alpha7
Change-Id: I97e36b388ce0002363a8022eed41d425f12b822d
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/com/vaadin/client/ui/dd/DragHandle.java | 2 | ||||
-rw-r--r-- | client/src/com/vaadin/client/widgets/Grid.java | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/client/src/com/vaadin/client/ui/dd/DragHandle.java b/client/src/com/vaadin/client/ui/dd/DragHandle.java index ef4f94d18f..77184e14af 100644 --- a/client/src/com/vaadin/client/ui/dd/DragHandle.java +++ b/client/src/com/vaadin/client/ui/dd/DragHandle.java @@ -32,7 +32,7 @@ import com.vaadin.client.ui.dd.DragAndDropHandler.DragAndDropCallback; * general, event-providing interface that this component is based on, see * {@link DragAndDropHandler}. * - * @since + * @since 7.6 */ public class DragHandle { diff --git a/client/src/com/vaadin/client/widgets/Grid.java b/client/src/com/vaadin/client/widgets/Grid.java index d31548eabd..501e68b5fe 100644 --- a/client/src/com/vaadin/client/widgets/Grid.java +++ b/client/src/com/vaadin/client/widgets/Grid.java @@ -4859,7 +4859,7 @@ public class Grid<T> extends ResizeComposite implements /** * Sets whether this column can be resized by the user. * - * @since + * @since 7.6 * * @param resizable * {@code true} if this column should be resizable, @@ -4883,7 +4883,7 @@ public class Grid<T> extends ResizeComposite implements * {@link #setWidth(double)} and {@link #setWidthUndefined()} regardless * of the returned value. * - * @since + * @since 7.6 * * @return {@code true} if this column is resizable, {@code false} * otherwise |