]> source.dussan.org Git - vaadin-framework.git/commitdiff
enhancing javadoc
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 5 Jun 2008 08:13:45 +0000 (08:13 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 5 Jun 2008 08:13:45 +0000 (08:13 +0000)
svn changeset:4747/svn branch:trunk

src/com/itmill/toolkit/ui/CustomLayout.java

index 2b4ea0d481037b62b8888ba175823c542562e224..69c0bc9a6138b2eaacf1592d9bf984b4b9236685 100644 (file)
@@ -63,7 +63,8 @@ public class CustomLayout extends AbstractLayout {
     }
 
     /**
-     * Adds the component into this container to given location.
+     * Adds the component into this container to given location. If the location
+     * is already populated, the old component is removed.
      * 
      * @param c
      *                the component to be added.