]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed a typo in javadoc
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 9 Sep 2009 07:50:16 +0000 (07:50 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 9 Sep 2009 07:50:16 +0000 (07:50 +0000)
svn changeset:8717/svn branch:6.1

src/com/vaadin/ui/SplitPanel.java

index 7430476b74624ea3967b3fcd39c8c50e58a193d3..8e67f9c41ac958822469eeaa9882f76559e60773 100644 (file)
@@ -9,7 +9,7 @@ import java.util.Map;
 
 import com.vaadin.terminal.PaintException;
 import com.vaadin.terminal.PaintTarget;
-import com.vaadin.terminal.gwt.client.RenderInformation.Size;
+import com.vaadin.terminal.Sizeable;
 
 /**
  * SplitPanel.
@@ -293,7 +293,7 @@ public class SplitPanel extends AbstractLayout {
      * @param pos
      *            size of the first region
      * @param unit
-     *            the unit (from {@link Size}) in which the size is given.
+     *            the unit (from {@link Sizeable}) in which the size is given.
      */
     public void setSplitPosition(int pos, int unit) {
         this.pos = pos;