diff options
Diffstat (limited to 'server/src/com/vaadin/ui')
-rw-r--r-- | server/src/com/vaadin/ui/declarative/DesignAttributeHandler.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/com/vaadin/ui/declarative/DesignAttributeHandler.java b/server/src/com/vaadin/ui/declarative/DesignAttributeHandler.java index 4e9617c018..bbfd90b2cc 100644 --- a/server/src/com/vaadin/ui/declarative/DesignAttributeHandler.java +++ b/server/src/com/vaadin/ui/declarative/DesignAttributeHandler.java @@ -458,7 +458,7 @@ public class DesignAttributeHandler implements Serializable { /** * Read the alignment from the given child component attributes. * - * @since + * @since 7.6.4 * @param attr * the child component attributes * @return the component alignment @@ -486,7 +486,7 @@ public class DesignAttributeHandler implements Serializable { /** * Writes the alignment to the given child element attributes. * - * @since + * @since 7.6.4 * @param childElement * the child element * @param alignment |