diff options
author | Henri Sara <henri.sara@itmill.com> | 2009-05-18 10:38:49 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2009-05-18 10:38:49 +0000 |
commit | 6a27bd3b0310ebc7b56f18c1cadd33fcda73084d (patch) | |
tree | 6a6285492baba8be9cb90b5364caea48025e5864 /src/com/vaadin/ui/CustomLayout.java | |
parent | 23d2a2df55cfb0830c7d72c131718430f5927e40 (diff) | |
download | vaadin-framework-6a27bd3b0310ebc7b56f18c1cadd33fcda73084d.tar.gz vaadin-framework-6a27bd3b0310ebc7b56f18c1cadd33fcda73084d.zip |
Incomplete - task#2904 Toolkit -> Vaadin renames
svn changeset:7850/svn branch:6.0
Diffstat (limited to 'src/com/vaadin/ui/CustomLayout.java')
-rw-r--r-- | src/com/vaadin/ui/CustomLayout.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/ui/CustomLayout.java b/src/com/vaadin/ui/CustomLayout.java index 3b923e5d08..d0d70fcc16 100644 --- a/src/com/vaadin/ui/CustomLayout.java +++ b/src/com/vaadin/ui/CustomLayout.java @@ -17,7 +17,7 @@ import com.vaadin.terminal.PaintTarget; * <p> * A container component with freely designed layout and style. The layout * consists of items with textually represented locations. Each item contains - * one sub-component, which can be any Toolkit component, such as a layout. The + * one sub-component, which can be any Vaadin component, such as a layout. The * adapter and theme are responsible for rendering the layout with a given style * by placing the items in the defined locations. * </p> |