summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Ashour <asashour@yahoo.com>2017-09-14 12:15:13 +0200
committerHenri Sara <henri.sara@gmail.com>2017-09-14 13:15:13 +0300
commit8bb5f30251be2da3bddd182d1e59e6333b7094c9 (patch)
tree7846ce1a7c941d455dbdc220d84808313dd029db
parentd1e4a2b4494e3cb82551ea3de6cfafc6182cd802 (diff)
downloadvaadin-framework-8bb5f30251be2da3bddd182d1e59e6333b7094c9.tar.gz
vaadin-framework-8bb5f30251be2da3bddd182d1e59e6333b7094c9.zip
Fix javadoc typos (#9998)
-rw-r--r--client/src/main/java/com/vaadin/client/ui/VOverlay.java2
-rw-r--r--compatibility-client/src/main/java/com/vaadin/v7/client/ui/VScrollTable.java4
-rw-r--r--server/src/main/java/com/vaadin/ui/declarative/DesignAttributeHandler.java2
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