From 03a49501cfca2a44a563df6c99a056837d7d31fe Mon Sep 17 00:00:00 2001 From: cbmeeks Date: Thu, 20 Aug 2015 13:24:54 -0400 Subject: [PATCH] Typo in setCompositionRoot description Change-Id: I26bbf29742ab42e2c9c4025a3cf92029a4c191e3 --- server/src/com/vaadin/ui/CustomComponent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *

* -- 2.39.5