]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix javadoc typos
authorLeif Åstrand <leif@vaadin.com>
Mon, 2 Nov 2015 10:32:38 +0000 (10:32 +0000)
committerLeif Åstrand <leif@vaadin.com>
Mon, 2 Nov 2015 10:32:59 +0000 (10:32 +0000)
Change-Id: I9c8a3f3f4cfa375db8825019f3cd80a043424d88

server/src/com/vaadin/ui/AbstractSplitPanel.java

index 271c4df5710cf9a3e3dc70801fdb13ca41cc4ed6..0561996277edd63e03cabc1b0cc60c65e081fa87 100644 (file)
@@ -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) {