]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add missing @since for 7.6.2
authorelmot <elmot@vaadin.com>
Thu, 28 Jan 2016 17:26:42 +0000 (19:26 +0200)
committerelmot <elmot@vaadin.com>
Thu, 28 Jan 2016 17:26:42 +0000 (19:26 +0200)
Change-Id: I6f33dcdc4785b8e73f768abfe955fba178bd9c76

client/src/com/vaadin/client/connectors/GridConnector.java
client/src/com/vaadin/client/widget/grid/HeightAwareDetailsGenerator.java

index 90d9d710884da308beb2752075b981574b7b16a7..808b7ba2f37711ddda7c4d10c8e8bddf1760d573 100644 (file)
@@ -524,7 +524,7 @@ public class GridConnector extends AbstractHasComponentsConnector implements
          * 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
index fb7dd2c8eadb3a510a66764a34d8b0a94c90e0d9..5364de341138fa83dc90c2b475b487a6f944c32c 100644 (file)
@@ -22,7 +22,7 @@ package com.vaadin.client.widget.grid;
  * temporary workaround and might be removed or renamed at any time.
  * </p>
  * 
- * @since
+ * @since  7.6.1
  * @author Vaadin Ltd
  */
 @Deprecated
@@ -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