diff options
author | Leif Ã…strand <leif@vaadin.com> | 2015-11-02 10:32:38 +0000 |
---|---|---|
committer | Johannes Dahlström <johannesd@vaadin.com> | 2015-11-04 13:39:12 +0200 |
commit | 526cce9238eb2c0e3be1e8761f7c9c807e862988 (patch) | |
tree | b15d250c9d0f69d413a44fe82739a939390e8ac1 | |
parent | c3ebc0139553f0fcf5bf8acbf469d6c5415144a0 (diff) | |
download | vaadin-framework-526cce9238eb2c0e3be1e8761f7c9c807e862988.tar.gz vaadin-framework-526cce9238eb2c0e3be1e8761f7c9c807e862988.zip |
Fix javadoc typos
Change-Id: I9c8a3f3f4cfa375db8825019f3cd80a043424d88
-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 cae98fd71d..0563d5edb4 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) { |