]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add @since to AbstractSplitPanel. (#15285)
authorSauli Tähkäpää <sauli@vaadin.com>
Fri, 28 Nov 2014 10:28:41 +0000 (12:28 +0200)
committerArtur Signell <artur@vaadin.com>
Thu, 18 Dec 2014 21:34:47 +0000 (23:34 +0200)
Change-Id: I476d8c7e53ce90941b00deefffc1b6a7ea63b43b

server/src/com/vaadin/ui/AbstractSplitPanel.java

index 414681f5dd6bd24d6c373c233542f3c65f5b912e..af73fca6a846045db8cd4f7a0c11c562ee0a4860 100644 (file)
@@ -358,7 +358,7 @@ public abstract class AbstractSplitPanel extends AbstractComponentContainer {
      * by the first region, but if split position is reversed the measuring is
      * done by the second region instead.
      * 
-     * @since 7.4
+     * @since 7.3.6
      * @return {@code true} if reversed, {@code false} otherwise.
      * @see #setSplitPosition(float, boolean)
      */