diff options
Diffstat (limited to 'server/src/main/java/com/vaadin/annotations/DesignRoot.java')
-rw-r--r-- | server/src/main/java/com/vaadin/annotations/DesignRoot.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/server/src/main/java/com/vaadin/annotations/DesignRoot.java b/server/src/main/java/com/vaadin/annotations/DesignRoot.java index c3d25b78b6..694ca8c35b 100644 --- a/server/src/main/java/com/vaadin/annotations/DesignRoot.java +++ b/server/src/main/java/com/vaadin/annotations/DesignRoot.java @@ -26,11 +26,11 @@ import com.vaadin.ui.declarative.Design; * Marks the component as the root of a design (html) file. * <p> * Used together with {@link Design#read(com.vaadin.ui.Component)} to be able - * the load the design without further configuration. By default, the design - * is loaded from the same package as the annotated class and the design - * filename is derived from the class name. You can override the default - * behaviour by using the {@link #value()} parameter in order to load the - * design from a different package or with a non-default filename. + * the load the design without further configuration. By default, the design is + * loaded from the same package as the annotated class and the design filename + * is derived from the class name. You can override the default behavior by + * using the {@link #value()} parameter in order to load the design from a + * different package or with a non-default filename. * * @since 7.4 * @author Vaadin Ltd |