diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-09-14 12:15:13 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-14 13:15:13 +0300 |
commit | 8bb5f30251be2da3bddd182d1e59e6333b7094c9 (patch) | |
tree | 7846ce1a7c941d455dbdc220d84808313dd029db /server | |
parent | d1e4a2b4494e3cb82551ea3de6cfafc6182cd802 (diff) | |
download | vaadin-framework-8bb5f30251be2da3bddd182d1e59e6333b7094c9.tar.gz vaadin-framework-8bb5f30251be2da3bddd182d1e59e6333b7094c9.zip |
Fix javadoc typos (#9998)
Diffstat (limited to 'server')
-rw-r--r-- | server/src/main/java/com/vaadin/ui/declarative/DesignAttributeHandler.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main/java/com/vaadin/ui/declarative/DesignAttributeHandler.java b/server/src/main/java/com/vaadin/ui/declarative/DesignAttributeHandler.java index f40ef59028..dde1624352 100644 --- a/server/src/main/java/com/vaadin/ui/declarative/DesignAttributeHandler.java +++ b/server/src/main/java/com/vaadin/ui/declarative/DesignAttributeHandler.java @@ -188,7 +188,7 @@ public class DesignAttributeHandler implements Serializable { /** * Writes the specified attribute to the design if it differs from the - * default value got from the <code> defaultInstance <code> + * default value got from the <code> defaultInstance </code> * * @param component * the component used to get the attribute value |