From 1798cc8fcc4a17916ca72788c205f27d374ca63d Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Mon, 2 Nov 2015 10:32:38 +0000 Subject: Fix javadoc typos Change-Id: I9c8a3f3f4cfa375db8825019f3cd80a043424d88 --- server/src/com/vaadin/ui/AbstractSplitPanel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/src/com/vaadin/ui') 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) { -- cgit v1.2.3