summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2015-09-23 13:09:27 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2015-09-23 14:46:14 +0300
commit50b9c0c472d3caa7d1ff2fe14d1ca270b6bde4ac (patch)
treefd6fee52f853be769ccc463da5f36d48e4bc5456 /client
parentca797d3b92b02c6b03c950aef9526222c2f96dbc (diff)
downloadvaadin-framework-50b9c0c472d3caa7d1ff2fe14d1ca270b6bde4ac.tar.gz
vaadin-framework-50b9c0c472d3caa7d1ff2fe14d1ca270b6bde4ac.zip
Fix missing @since, update release notes7.6.0.alpha6
Change-Id: Ib4bd0fe70de2189263d2aec7eb9255a2e4389b4b
Diffstat (limited to 'client')
-rw-r--r--client/src/com/vaadin/client/ui/orderedlayout/Slot.java2
-rw-r--r--client/src/com/vaadin/client/ui/orderedlayout/VAbstractOrderedLayout.java4
-rw-r--r--client/src/com/vaadin/client/widget/escalator/RowVisibilityChangeEvent.java2
3 files changed, 4 insertions, 4 deletions
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() {