summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorcbmeeks <cbmeeks@gmail.com>2015-08-20 13:24:54 -0400
committerelmot <elmot@vaadin.com>2015-11-23 11:43:55 +0200
commit03a49501cfca2a44a563df6c99a056837d7d31fe (patch)
tree67c973b7273c6966c4af8683d663c7770dab7244 /server
parent72d92bcbbb48680244dc4cd6d07a2248297a483e (diff)
downloadvaadin-framework-03a49501cfca2a44a563df6c99a056837d7d31fe.tar.gz
vaadin-framework-03a49501cfca2a44a563df6c99a056837d7d31fe.zip
Typo in setCompositionRoot description
Change-Id: I26bbf29742ab42e2c9c4025a3cf92029a4c191e3
Diffstat (limited to 'server')
-rw-r--r--server/src/com/vaadin/ui/CustomComponent.java2
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>
*