diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2015-05-11 14:05:40 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-05-11 17:32:36 +0000 |
commit | 201ae89df5c999efb20100e02040209c306b3d0f (patch) | |
tree | 01108eeae8b8f2876df51ee9aab417624f52c083 /client/src | |
parent | 5ff8617c5cbae50ecdab35c1fa83dea342c69eb4 (diff) | |
download | vaadin-framework-201ae89df5c999efb20100e02040209c306b3d0f.tar.gz vaadin-framework-201ae89df5c999efb20100e02040209c306b3d0f.zip |
Updated all empty @since tags to be published in 7.5.0
Removed invalid @since from MarginInfo.
Change-Id: I7ad0dee47e8686c5cbca05ca1363ae8741642be8
Diffstat (limited to 'client/src')
4 files changed, 11 insertions, 11 deletions
diff --git a/client/src/com/vaadin/client/WidgetUtil.java b/client/src/com/vaadin/client/WidgetUtil.java index a9cd23c841..3157b844bd 100644 --- a/client/src/com/vaadin/client/WidgetUtil.java +++ b/client/src/com/vaadin/client/WidgetUtil.java @@ -1465,7 +1465,7 @@ public class WidgetUtil { * The value is determined using computed style when available and * calculated otherwise. * - * @since + * @since 7.5.0 * @param element * the element to measure * @return the top border thickness @@ -1480,7 +1480,7 @@ public class WidgetUtil { * The value is determined using computed style when available and * calculated otherwise. * - * @since + * @since 7.5.0 * @param element * the element to measure * @return the bottom border thickness @@ -1496,7 +1496,7 @@ public class WidgetUtil { * The value is determined using computed style when available and * calculated otherwise. * - * @since + * @since 7.5.0 * @param element * the element to measure * @return the top and bottom border thickness @@ -1512,7 +1512,7 @@ public class WidgetUtil { * The value is determined using computed style when available and * calculated otherwise. * - * @since + * @since 7.5.0 * @param element * the element to measure * @return the left border thickness @@ -1527,7 +1527,7 @@ public class WidgetUtil { * The value is determined using computed style when available and * calculated otherwise. * - * @since + * @since 7.5.0 * @param element * the element to measure * @return the right border thickness @@ -1542,7 +1542,7 @@ public class WidgetUtil { * The value is determined using computed style when available and * calculated otherwise. * - * @since + * @since 7.5.0 * @param element * the element to measure * @return the top border thickness diff --git a/client/src/com/vaadin/client/ui/dd/DragAndDropHandler.java b/client/src/com/vaadin/client/ui/dd/DragAndDropHandler.java index 61fdd2850e..e2b51fb72d 100644 --- a/client/src/com/vaadin/client/ui/dd/DragAndDropHandler.java +++ b/client/src/com/vaadin/client/ui/dd/DragAndDropHandler.java @@ -33,7 +33,7 @@ import com.vaadin.client.widgets.Grid; * The showing of the dragged element, drag hints and reacting to drop/cancel is * delegated to {@link DragAndDropCallback} implementation. * - * @since + * @since 7.5.0 * @author Vaadin Ltd */ public class DragAndDropHandler { diff --git a/client/src/com/vaadin/client/widgets/Escalator.java b/client/src/com/vaadin/client/widgets/Escalator.java index a8797123f6..7c18df3c7d 100644 --- a/client/src/com/vaadin/client/widgets/Escalator.java +++ b/client/src/com/vaadin/client/widgets/Escalator.java @@ -6130,7 +6130,7 @@ public class Escalator extends Widget implements RequiresResize, * visible and there is at least {@literal padding} pixesl to the given * scroll destination. * - * @since + * @since 7.5.0 * @param spacerIndex * the row index of the spacer to scroll to * @param destination @@ -6158,7 +6158,7 @@ public class Escalator extends Widget implements RequiresResize, * If a spacer is not open at that index, this method behaves like * {@link #scrollToRow(int, ScrollDestination, int)} * - * @since + * @since 7.5.0 * @param rowIndex * the index of the logical row to scroll to. -1 takes the * topmost spacer into account as well. diff --git a/client/src/com/vaadin/client/widgets/Grid.java b/client/src/com/vaadin/client/widgets/Grid.java index 773c7ac6a0..c20bdb0bd4 100644 --- a/client/src/com/vaadin/client/widgets/Grid.java +++ b/client/src/com/vaadin/client/widgets/Grid.java @@ -4319,7 +4319,7 @@ public class Grid<T> extends ResizeComposite implements * Defaults to <code>null</code>, when will use whatever is set with * {@link #setHeaderCaption(String)}. * - * @since + * @since 7.5.0 * @param hidingToggleCaption * the caption for the hiding toggle for this column */ @@ -4333,7 +4333,7 @@ public class Grid<T> extends ResizeComposite implements /** * Gets the hiding toggle caption for this column. * - * @since + * @since 7.5.0 * @see #setHidingToggleCaption(String) * @return the hiding toggle's caption for this column */ |