From 50b9c0c472d3caa7d1ff2fe14d1ca270b6bde4ac Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Wed, 23 Sep 2015 13:09:27 +0300 Subject: Fix missing @since, update release notes Change-Id: Ib4bd0fe70de2189263d2aec7eb9255a2e4389b4b --- client/src/com/vaadin/client/ui/orderedlayout/Slot.java | 2 +- .../com/vaadin/client/ui/orderedlayout/VAbstractOrderedLayout.java | 4 ++-- .../com/vaadin/client/widget/escalator/RowVisibilityChangeEvent.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'client/src') diff --git a/client/src/com/vaadin/client/ui/orderedlayout/Slot.java b/client/src/com/vaadin/client/ui/orderedlayout/Slot.java index 5ecda3dca4..8d86d236a6 100644 --- a/client/src/com/vaadin/client/ui/orderedlayout/Slot.java +++ b/client/src/com/vaadin/client/ui/orderedlayout/Slot.java @@ -105,7 +105,7 @@ public class Slot extends SimplePanel { * The method should normally only be called by * {@link VAbstractOrderedLayout#createSlot(Widget)}. * - * @since + * @since 7.6 * @param layout * the layout containing the slot */ diff --git a/client/src/com/vaadin/client/ui/orderedlayout/VAbstractOrderedLayout.java b/client/src/com/vaadin/client/ui/orderedlayout/VAbstractOrderedLayout.java index 53ba9ddb28..34362c9c2b 100644 --- a/client/src/com/vaadin/client/ui/orderedlayout/VAbstractOrderedLayout.java +++ b/client/src/com/vaadin/client/ui/orderedlayout/VAbstractOrderedLayout.java @@ -220,7 +220,7 @@ public class VAbstractOrderedLayout extends FlowPanel { * should not be called directly by the user. When overridden, the super * method must be called. * - * @since + * @since 7.6 * @param Slot * to remove */ @@ -254,7 +254,7 @@ public class VAbstractOrderedLayout extends FlowPanel { * new slot is needed. It should not be called directly by the user, but can * be overridden to customize slot creation. * - * @since + * @since 7.6 * @param widget * the widget for which a slot is being created * @return created Slot diff --git a/client/src/com/vaadin/client/widget/escalator/RowVisibilityChangeEvent.java b/client/src/com/vaadin/client/widget/escalator/RowVisibilityChangeEvent.java index 056efd9915..5f1531e378 100644 --- a/client/src/com/vaadin/client/widget/escalator/RowVisibilityChangeEvent.java +++ b/client/src/com/vaadin/client/widget/escalator/RowVisibilityChangeEvent.java @@ -67,7 +67,7 @@ public class RowVisibilityChangeEvent extends /** * Gets the range of visible rows. * - * @since + * @since 7.6 * @return the visible rows */ public Range getVisibleRowRange() { -- cgit v1.2.3