From: Matti Tahvonen Date: Thu, 5 Jun 2008 08:13:45 +0000 (+0000) Subject: enhancing javadoc X-Git-Tag: 6.7.0.beta1~4663 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=eddd6d6ddbddf1a5fbbf2728dd98a0dcb02783b5;p=vaadin-framework.git enhancing javadoc svn changeset:4747/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/ui/CustomLayout.java b/src/com/itmill/toolkit/ui/CustomLayout.java index 2b4ea0d481..69c0bc9a61 100644 --- a/src/com/itmill/toolkit/ui/CustomLayout.java +++ b/src/com/itmill/toolkit/ui/CustomLayout.java @@ -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.