diff options
author | Leif Åstrand <leif@vaadin.com> | 2015-11-02 10:32:38 +0000 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2015-11-02 10:32:59 +0000 |
commit | 1798cc8fcc4a17916ca72788c205f27d374ca63d (patch) | |
tree | 8a24563fd9117032440ff6b636c69a447a028d89 /server/src/com/vaadin | |
parent | 0e9386aa16ca574043d10fb52d707e4f25aa2614 (diff) | |
download | vaadin-framework-1798cc8fcc4a17916ca72788c205f27d374ca63d.tar.gz vaadin-framework-1798cc8fcc4a17916ca72788c205f27d374ca63d.zip |
Fix javadoc typos
Change-Id: I9c8a3f3f4cfa375db8825019f3cd80a043424d88
Diffstat (limited to 'server/src/com/vaadin')
-rw-r--r-- | server/src/com/vaadin/ui/AbstractSplitPanel.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/com/vaadin/ui/AbstractSplitPanel.java b/server/src/com/vaadin/ui/AbstractSplitPanel.java index 271c4df571..0561996277 100644 --- a/server/src/com/vaadin/ui/AbstractSplitPanel.java +++ b/server/src/com/vaadin/ui/AbstractSplitPanel.java @@ -167,10 +167,10 @@ public abstract class AbstractSplitPanel extends AbstractComponentContainer { /** * Sets the second component of this split panel. Depending on the direction - * the second component is shown at the bottom or to the left. + * the second component is shown at the bottom or to the right. * * @param c - * The component to use as first component + * The component to use as second component */ public void setSecondComponent(Component c) { if (getSecondComponent() == c) { |