diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2014-11-28 12:28:41 +0200 |
---|---|---|
committer | Sauli Tähkäpää <sauli@vaadin.com> | 2014-11-28 12:28:41 +0200 |
commit | ca05ce1963486a2e54600d36483e5155ef2ccfe4 (patch) | |
tree | f9c2bbeb4b8fe144f6089ddc7f3f1e17be5903cf | |
parent | cb4068013b62230de27322b9db4ecf75b01d0e0b (diff) | |
download | vaadin-framework-ca05ce1963486a2e54600d36483e5155ef2ccfe4.tar.gz vaadin-framework-ca05ce1963486a2e54600d36483e5155ef2ccfe4.zip |
Add @since to AbstractSplitPanel. (#15285)
Change-Id: I476d8c7e53ce90941b00deefffc1b6a7ea63b43b
-rw-r--r-- | server/src/com/vaadin/ui/AbstractSplitPanel.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/AbstractSplitPanel.java b/server/src/com/vaadin/ui/AbstractSplitPanel.java index e9b37f8cff..725b118f52 100644 --- a/server/src/com/vaadin/ui/AbstractSplitPanel.java +++ b/server/src/com/vaadin/ui/AbstractSplitPanel.java @@ -353,7 +353,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 + * @since 7.3.6 * @return {@code true} if reversed, {@code false} otherwise. * @see #setSplitPosition(float, boolean) */ |