diff options
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> |