diff options
Diffstat (limited to 'server')
-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) { |