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:52:02 +0300 |
commit | f27d339746acb7a99dfd71b17c1633f7f16ad74a (patch) | |
tree | c93a97b4ef3be92177d3a0de331b998b159f3115 /client | |
parent | 18cf80534a98651510f2b743d215083206aea53a (diff) | |
download | vaadin-framework-7.5.6.tar.gz vaadin-framework-7.5.6.zip |
Update @since tags to 7.5.6.7.5.6
Change-Id: Ie6cf2f819a167604b894b3b4c390e244867c2be9
Diffstat (limited to 'client')
-rw-r--r-- | client/src/com/vaadin/client/ComputedStyle.java | 4 | ||||
-rw-r--r-- | client/src/com/vaadin/client/ui/VFilterSelect.java | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/client/src/com/vaadin/client/ComputedStyle.java b/client/src/com/vaadin/client/ComputedStyle.java index 676d18d245..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 + * @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 + * @since 7.5.6 * @return the sum of the left and right margin */ public double getMarginWidth() { 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. */ |