aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeif Ã…strand <leif@vaadin.com>2015-11-02 10:32:38 +0000
committerJohannes Dahlström <johannesd@vaadin.com>2015-11-04 13:39:12 +0200
commit526cce9238eb2c0e3be1e8761f7c9c807e862988 (patch)
treeb15d250c9d0f69d413a44fe82739a939390e8ac1
parentc3ebc0139553f0fcf5bf8acbf469d6c5415144a0 (diff)
downloadvaadin-framework-526cce9238eb2c0e3be1e8761f7c9c807e862988.tar.gz
vaadin-framework-526cce9238eb2c0e3be1e8761f7c9c807e862988.zip
Fix javadoc typos
Change-Id: I9c8a3f3f4cfa375db8825019f3cd80a043424d88
-rw-r--r--server/src/com/vaadin/ui/AbstractSplitPanel.java4
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) {