diff options
Diffstat (limited to 'server/src/com/vaadin/ui/declarative/DesignAttributeHandler.java')
-rw-r--r-- | server/src/com/vaadin/ui/declarative/DesignAttributeHandler.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/src/com/vaadin/ui/declarative/DesignAttributeHandler.java b/server/src/com/vaadin/ui/declarative/DesignAttributeHandler.java index 7c106cec44..fbfe024c00 100644 --- a/server/src/com/vaadin/ui/declarative/DesignAttributeHandler.java +++ b/server/src/com/vaadin/ui/declarative/DesignAttributeHandler.java @@ -232,7 +232,7 @@ public class DesignAttributeHandler implements Serializable { } /** - * Reads the given attribute from attributes. + * Reads the given attribute from a set of attributes. * * @param attribute * the attribute key @@ -264,8 +264,8 @@ public class DesignAttributeHandler implements Serializable { } /** - * Writes the given attribute value to attributes if it differs from the - * default attribute value. + * Writes the given attribute value to a set of attributes if it differs + * from the default attribute value. * * @param attribute * the attribute key |