]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix since tags for 8.1.3 release (#9887)
authorAleksi Hietanen <aleksi@vaadin.com>
Tue, 29 Aug 2017 11:25:52 +0000 (14:25 +0300)
committerHenri Sara <henri.sara@gmail.com>
Tue, 29 Aug 2017 11:25:52 +0000 (14:25 +0300)
client/src/main/java/com/vaadin/client/widgets/Grid.java
server/src/main/java/com/vaadin/ui/Tree.java

index 0de0c9ab7ee00d79ff8c18d57341ab0477fc3f2d..6799e46e20954802ac9b8771b26aba51a7eacbfc 100755 (executable)
@@ -9121,7 +9121,7 @@ public class Grid<T> extends ResizeComposite implements HasSelectionHandlers<T>,
     /**
      * Update details row height.
      *
-     * @since
+     * @since 8.1.3
      * @param rowIndex
      *            the index of the row for which to update details height
      * @param height
index f5d24c716c5c4f43b241819ff49bb4085ddf56b0..bf8b3394b6d7be097eb7ac6294e8fb2e86dde26b 100644 (file)
@@ -1024,7 +1024,7 @@ public class Tree<T> extends Composite
      * type. There will be a {@link ClassCastException} if {@code T } is not a
      * {@link String}.
      *
-     * @since
+     * @since 8.1.3
      *
      * @see #serializeDeclarativeRepresentation(Object)
      *
@@ -1048,7 +1048,7 @@ public class Tree<T> extends Composite
      * <p>
      * Default implementation delegates a call to {@code item.toString()}.
      *
-     * @since
+     * @since 8.1.3
      *
      * @see #deserializeDeclarativeRepresentation(String)
      *