]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix javadoc typos (#9998)
authorAhmed Ashour <asashour@yahoo.com>
Thu, 14 Sep 2017 10:15:13 +0000 (12:15 +0200)
committerHenri Sara <henri.sara@gmail.com>
Thu, 14 Sep 2017 10:15:13 +0000 (13:15 +0300)
client/src/main/java/com/vaadin/client/ui/VOverlay.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VScrollTable.java
server/src/main/java/com/vaadin/ui/declarative/DesignAttributeHandler.java

index 2263004451f3a03b7c3ef5ded58b648752293df7..5681df286f6c12cce6943d84f495e8de1ed9de1d 100644 (file)
@@ -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
index 8b01052dda39c723bf2f501a06cc7dfee6c0f6c0..96942dd803c908b3307f101f9d45cd09e5bc5978 100644 (file)
@@ -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()
index f40ef590286f5f9e9a0cf9d404ce23b5157ac718..dde1624352b368cbec8d871c9e25599d5c225d37 100644 (file)
@@ -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