aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/declarative/DesignAttributeHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/main/java/com/vaadin/ui/declarative/DesignAttributeHandler.java')
-rw-r--r--server/src/main/java/com/vaadin/ui/declarative/DesignAttributeHandler.java6
1 files changed, 3 insertions, 3 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 357a9fbdf3..4773fa50e3 100644
--- a/server/src/main/java/com/vaadin/ui/declarative/DesignAttributeHandler.java
+++ b/server/src/main/java/com/vaadin/ui/declarative/DesignAttributeHandler.java
@@ -74,7 +74,7 @@ public class DesignAttributeHandler implements Serializable {
}
/**
- * Clears the children and attributes of the given element
+ * Clears the children and attributes of the given element.
*
* @param design
* the element to be cleared
@@ -136,7 +136,7 @@ public class DesignAttributeHandler implements Serializable {
/**
* Searches for supported setter and getter types from the specified class
- * and returns the list of corresponding design attributes
+ * and returns the list of corresponding design attributes.
*
* @param clazz
* the class scanned for setters
@@ -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