From eddd6d6ddbddf1a5fbbf2728dd98a0dcb02783b5 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Thu, 5 Jun 2008 08:13:45 +0000 Subject: [PATCH] enhancing javadoc svn changeset:4747/svn branch:trunk --- src/com/itmill/toolkit/ui/CustomLayout.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.5