Skip to content

Commit

Permalink
Add missing @SInCE for 7.6.2
Browse files Browse the repository at this point in the history
Change-Id: I747fff73e9737458054baf223fd4cd8d816950ac
  • Loading branch information
elmot committed Jan 28, 2016
1 parent 97e2649 commit d15697c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/com/vaadin/client/connectors/GridConnector.java
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ public double getDetailsHeight(int rowIndex) {
* Fetches id from the row object that corresponds with the given
* rowIndex.
*
* @since
* @since 7.6.1
* @param rowIndex
* the index of the row for which to fetch the id
* @return id of the row if such id exists, {@code null} otherwise
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* temporary workaround and might be removed or renamed at any time.
* </p>
*
* @since
* @since 7.6.1
* @author Vaadin Ltd
*/
@Deprecated
Expand All @@ -36,7 +36,7 @@ public interface HeightAwareDetailsGenerator extends DetailsGenerator {
* temporary workaround and might be removed or renamed at any time.
* </p>
*
* @since
* @since 7.6.1
* @param rowIndex
* the index of the row for which to calculate details row height
* @return height of the details row
Expand Down

0 comments on commit d15697c

Please sign in to comment.