summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/com/vaadin/client/ComputedStyle.java4
-rw-r--r--client/src/com/vaadin/client/LayoutManager.java2
-rw-r--r--client/src/com/vaadin/client/ui/VFilterSelect.java2
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.
*/