From 526cce9238eb2c0e3be1e8761f7c9c807e862988 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Mon, 2 Nov 2015 10:32:38 +0000 Subject: [PATCH] Fix javadoc typos Change-Id: I9c8a3f3f4cfa375db8825019f3cd80a043424d88 --- server/src/com/vaadin/ui/AbstractSplitPanel.java | 4 ++-- 1 file 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) { -- 2.39.5