]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add missed since for 8.3.3 (#10787) 8.3
authorIlia Motornyi <elmot@vaadin.com>
Thu, 5 Apr 2018 08:55:40 +0000 (11:55 +0300)
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>
Thu, 5 Apr 2018 08:55:40 +0000 (11:55 +0300)
testbench-api/src/main/java/com/vaadin/testbench/elements/RadioButtonGroupElement.java

index 67df824fbd9d937b08be7d7b55f7af6b637562be..ac76ea92a8463a83f1a9e3f9789b605909aa9d78 100644 (file)
@@ -45,7 +45,7 @@ public class RadioButtonGroupElement extends AbstractSingleSelectElement {
      * Gets the list of option elements for this check box group.
      *
      * @return list of option elements
-     * @since
+     * @since 8.3.3
      */
     public List<WebElement> getOptionElements() {
         return findElements(bySelectOption);