From 55dc0ade6455056ce2bd910b34ddf9e242845d24 Mon Sep 17 00:00:00 2001 From: patrik Date: Wed, 5 Aug 2015 13:55:45 +0300 Subject: Add @since for change 11526 ticket #17590 Change-Id: I2154167c39384a122b06bbdaaac6c161e3fffd2f --- client/src/com/vaadin/client/ComputedStyle.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client') diff --git a/client/src/com/vaadin/client/ComputedStyle.java b/client/src/com/vaadin/client/ComputedStyle.java index 1391a84bfe..cd90e0e78b 100644 --- a/client/src/com/vaadin/client/ComputedStyle.java +++ b/client/src/com/vaadin/client/ComputedStyle.java @@ -283,7 +283,7 @@ public class ComputedStyle { /** * Returns the sum of the top and bottom border width * - * @since + * @since 7.5.3 * @return the sum of the top and bottom border */ public double getBorderHeight() { @@ -296,7 +296,7 @@ public class ComputedStyle { /** * Returns the sum of the left and right border width * - * @since + * @since 7.5.3 * @return the sum of the left and right border */ public double getBorderWidth() { @@ -309,7 +309,7 @@ public class ComputedStyle { /** * Returns the sum of the top and bottom padding * - * @since + * @since 7.5.3 * @return the sum of the top and bottom padding */ public double getPaddingHeight() { @@ -322,7 +322,7 @@ public class ComputedStyle { /** * Returns the sum of the top and bottom padding * - * @since + * @since 7.5.3 * @return the sum of the left and right padding */ public double getPaddingWidth() { -- cgit v1.2.3