]> source.dussan.org Git - vaadin-framework.git/commitdiff
Typo in setCompositionRoot description
authorcbmeeks <cbmeeks@gmail.com>
Thu, 20 Aug 2015 17:24:54 +0000 (13:24 -0400)
committerelmot <elmot@vaadin.com>
Mon, 23 Nov 2015 09:43:55 +0000 (11:43 +0200)
Change-Id: I26bbf29742ab42e2c9c4025a3cf92029a4c191e3

server/src/com/vaadin/ui/CustomComponent.java

index 7f20086bbf98bb1fa0861bad84fe4d5b6534d404..55f9d7db037e23336a6b93fa614351da75549dc1 100644 (file)
@@ -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>
      *