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 | |
parent | d1e4a2b4494e3cb82551ea3de6cfafc6182cd802 (diff) | |
download | vaadin-framework-8bb5f30251be2da3bddd182d1e59e6333b7094c9.tar.gz vaadin-framework-8bb5f30251be2da3bddd182d1e59e6333b7094c9.zip |
Fix javadoc typos (#9998)
3 files changed, 4 insertions, 4 deletions
diff --git a/client/src/main/java/com/vaadin/client/ui/VOverlay.java b/client/src/main/java/com/vaadin/client/ui/VOverlay.java index 2263004451..5681df286f 100644 --- a/client/src/main/java/com/vaadin/client/ui/VOverlay.java +++ b/client/src/main/java/com/vaadin/client/ui/VOverlay.java @@ -147,7 +147,7 @@ public class VOverlay extends Overlay { /** * Set the label of the container element, where tooltip, notification and - * dialgs are added to. + * dialogs are added to. * * @param applicationConnection * the application connection for which to change the label diff --git a/compatibility-client/src/main/java/com/vaadin/v7/client/ui/VScrollTable.java b/compatibility-client/src/main/java/com/vaadin/v7/client/ui/VScrollTable.java index 8b01052dda..96942dd803 100644 --- a/compatibility-client/src/main/java/com/vaadin/v7/client/ui/VScrollTable.java +++ b/compatibility-client/src/main/java/com/vaadin/v7/client/ui/VScrollTable.java @@ -5374,8 +5374,8 @@ public class VScrollTable extends FlowPanel /** * This method exists for the needs of {@link VTreeTable} only. May be - * removed or replaced in the future.</br> - * </br> + * removed or replaced in the future.<br> + * <br> * Returns the maximum indent of the hierarcyColumn, if applicable. * * @see VScrollTable#getHierarchyColumnIndex() 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 |