diff options
author | Mika Murtojarvi <mika@vaadin.com> | 2015-09-15 13:44:33 +0300 |
---|---|---|
committer | Mika Murtojarvi <mika@vaadin.com> | 2015-09-15 13:44:33 +0300 |
commit | 17184829f3b825e31cf926c23f2bb216ac1eca09 (patch) | |
tree | 19cbdc30b8564846243a6711ae0808590c95d539 /client/src/com | |
parent | 7ae4649a072459fdf6b24ea44e35711a12665276 (diff) | |
download | vaadin-framework-17184829f3b825e31cf926c23f2bb216ac1eca09.tar.gz vaadin-framework-17184829f3b825e31cf926c23f2bb216ac1eca09.zip |
Update @since tags to 7.5.6.
Change-Id: I376cd27d5ae08c877cd3279740b601fb8dddb2e7
Diffstat (limited to 'client/src/com')
-rw-r--r-- | client/src/com/vaadin/client/ComputedStyle.java | 4 | ||||
-rw-r--r-- | client/src/com/vaadin/client/LayoutManager.java | 2 | ||||
-rw-r--r-- | client/src/com/vaadin/client/ui/VFilterSelect.java | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/client/src/com/vaadin/client/ComputedStyle.java b/client/src/com/vaadin/client/ComputedStyle.java index 66404eeeed..b8795ac8ce 100644 --- a/client/src/com/vaadin/client/ComputedStyle.java +++ b/client/src/com/vaadin/client/ComputedStyle.java @@ -335,7 +335,7 @@ public class ComputedStyle { /** * Returns the sum of the top and bottom margin * - * @since 7.6 + * @since 7.5.6 * @return the sum of the top and bottom margin */ public double getMarginHeight() { @@ -348,7 +348,7 @@ public class ComputedStyle { /** * Returns the sum of the top and bottom margin * - * @since 7.6 + * @since 7.5.6 * @return the sum of the left and right margin */ public double getMarginWidth() { diff --git a/client/src/com/vaadin/client/LayoutManager.java b/client/src/com/vaadin/client/LayoutManager.java index 4222f3ff82..81d0364598 100644 --- a/client/src/com/vaadin/client/LayoutManager.java +++ b/client/src/com/vaadin/client/LayoutManager.java @@ -1810,7 +1810,7 @@ public class LayoutManager { /** * Checks if there is something waiting for a layout to take place. * - * @since + * @since 7.5.6 * @return true if there are connectors waiting for measurement or layout, * false otherwise */ diff --git a/client/src/com/vaadin/client/ui/VFilterSelect.java b/client/src/com/vaadin/client/ui/VFilterSelect.java index 288fdada8e..6ddce3d93c 100644 --- a/client/src/com/vaadin/client/ui/VFilterSelect.java +++ b/client/src/com/vaadin/client/ui/VFilterSelect.java @@ -177,7 +177,7 @@ public class VFilterSelect extends Composite implements Field, KeyDownHandler, * by a server-side {@link com.vaadin.ui.ComboBox.ItemStyleGenerator}. * The returned style is prefixed by <code>v-filterselect-item-</code>. * - * @since + * @since 7.5.6 * @return the style name to use, or <code>null</code> to not apply any * custom style. */ |