From: cbmeeks Date: Thu, 20 Aug 2015 17:24:54 +0000 (-0400) Subject: Typo in setCompositionRoot description X-Git-Tag: 7.6.0.beta2~31 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=03a49501cfca2a44a563df6c99a056837d7d31fe;p=vaadin-framework.git Typo in setCompositionRoot description Change-Id: I26bbf29742ab42e2c9c4025a3cf92029a4c191e3 --- 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. * *

- * 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. *

*