Skip to content

Commit

Permalink
Add @SInCE for change 11526 ticket #17590
Browse files Browse the repository at this point in the history
Change-Id: I3e4540a5a1fe87c82c8ce2c4d92b21c8f94a4d4f
  • Loading branch information
thevaadinman committed Aug 5, 2015
1 parent f031c9a commit 2da9519
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions client/src/com/vaadin/client/ComputedStyle.java
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ private static native double parseDoubleNative(final String value)
/**
* 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() {
Expand All @@ -296,7 +296,7 @@ public double getBorderHeight() {
/**
* 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() {
Expand All @@ -309,7 +309,7 @@ public double getBorderWidth() {
/**
* 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() {
Expand All @@ -322,7 +322,7 @@ public double getPaddingHeight() {
/**
* 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() {
Expand Down
2 changes: 1 addition & 1 deletion shared/src/com/vaadin/shared/ui/grid/GridClientRpc.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2da9519

Please sign in to comment.