Browse Source

Add @since for change 11526 ticket #17590

Change-Id: I2154167c39384a122b06bbdaaac6c161e3fffd2f
tags/7.6.0.alpha4
patrik 8 years ago
parent
commit
55dc0ade64

+ 4
- 4
client/src/com/vaadin/client/ComputedStyle.java View 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() {

+ 1
- 1
shared/src/com/vaadin/shared/ui/grid/GridClientRpc.java View 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.

Loading…
Cancel
Save