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 --- WebContent/release-notes.html | 152 ++++++--------------- .../com/vaadin/client/ui/orderedlayout/Slot.java | 2 +- .../ui/orderedlayout/VAbstractOrderedLayout.java | 4 +- .../widget/escalator/RowVisibilityChangeEvent.java | 2 +- 4 files changed, 46 insertions(+), 114 deletions(-) diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index c95c75e248..4bda750780 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -95,9 +95,13 @@ enhancements. Below is a list of the most notable changes:

@@ -108,18 +112,19 @@

Incompatible or Behavior-altering Changes in @version-minor@

Known Issues and Limitations

Vaadin Installation

@@ -173,20 +177,21 @@

- It is also available as a ZIP package downloadable from Vaadin Download page.

@@ -373,79 +378,6 @@ Liferay Control Panel for Vaadin for easy widget set compilation.

-

- Notes and Limitations for Google App Engine -

- - -

The following instructions and limitations apply when you - run a Vaadin application under the Google App Engine.

- - - -

- For other known problems, see open tickets at developer site - dev.vaadin.com. -

-

Supported Technologies

@@ -500,12 +432,12 @@

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