diff options
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 |