]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add @since for change 11526 ticket #17590
authorpatrik <patrik@vaadin.com>
Wed, 5 Aug 2015 10:55:45 +0000 (13:55 +0300)
committerpatrik <patrik@vaadin.com>
Wed, 5 Aug 2015 10:55:45 +0000 (13:55 +0300)
Change-Id: I2154167c39384a122b06bbdaaac6c161e3fffd2f

client/src/com/vaadin/client/ComputedStyle.java
shared/src/com/vaadin/shared/ui/grid/GridClientRpc.java

index 1391a84bfe15ddb003f30a871ca3cebd84a3fdc8..cd90e0e78b122333c8b6edbfe1a15ba559cc9690 100644 (file)
@@ -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() {
index cf4e95d0783db36628bf290ba288c44a5b2ae597..8711a757a181b5822277b2ee96acc28597fb3241 100644 (file)
@@ -60,7 +60,7 @@ public interface GridClientRpc extends ClientRpc {
      * Informs the Grid that all items have been selected or not selected on the
      * server side.
      * 
-     * @since
+     * @since 7.5.3
      * @param allSelected
      *            <code>true</code> to check the select all checkbox,
      *            <code>false</code> to uncheck it.