diff options
author | Henri Sara <hesara@vaadin.com> | 2016-03-08 19:29:38 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-09 09:41:33 +0200 |
commit | 1205a10a5cab913236da06cc8af138fdb89d4ff0 (patch) | |
tree | e06b16673f4a9a0786dca6d369e8dc9303489ea2 /server/src/com | |
parent | cbf2affd08505d443eb946312124dd81f7ac175b (diff) | |
download | vaadin-framework-7.6.4.tar.gz vaadin-framework-7.6.4.zip |
Update @since tags for 7.6.4 and related javadoc7.6.4
Change-Id: I5c0e00620f74ce1c8818904f1ac4f50c8600fea4
Diffstat (limited to 'server/src/com')
-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 |