diff options
-rw-r--r-- | server/src/com/vaadin/ui/CustomComponent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/CustomComponent.java b/server/src/com/vaadin/ui/CustomComponent.java index 7f20086bbf..55f9d7db03 100644 --- a/server/src/com/vaadin/ui/CustomComponent.java +++ b/server/src/com/vaadin/ui/CustomComponent.java @@ -98,7 +98,7 @@ public class CustomComponent extends AbstractComponent implements HasComponents * Sets the composition root for the component. * * <p> - * You must set the composition root must to a non-null value before the + * You must set the composition root to a non-null value before the * component can be used. You can change it later. * </p> * |