aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/declarative/DesignAttributeHandler.java
diff options
context:
space:
mode:
authorcaalador <mikael.grankvist@gmail.com>2017-01-26 09:43:41 +0200
committerIlia Motornyi <elmot@vaadin.com>2017-01-26 09:43:41 +0200
commit9abf1eeab7196c0ac75a23101c262bfa404d1c84 (patch)
treefbf0de2b371d3765a622e52c9bf22eaf05d43e36 /server/src/main/java/com/vaadin/ui/declarative/DesignAttributeHandler.java
parentfb2ceee075473e10eb94f0c49bc5f4b36836174d (diff)
downloadvaadin-framework-9abf1eeab7196c0ac75a23101c262bfa404d1c84.tar.gz
vaadin-framework-9abf1eeab7196c0ac75a23101c262bfa404d1c84.zip
Fix some faulty javaDoc names
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.java2
1 files changed, 1 insertions, 1 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 42ffe303ef..8207ce7af6 100644
--- a/server/src/main/java/com/vaadin/ui/declarative/DesignAttributeHandler.java
+++ b/server/src/main/java/com/vaadin/ui/declarative/DesignAttributeHandler.java
@@ -316,7 +316,7 @@ public class DesignAttributeHandler implements Serializable {
* return value would be <code>primary-style-name</code>
*
* @param propertyName
- * the property name returned by {@link IntroSpector}
+ * the property name returned by {@link Introspector}
* @return the design attribute name corresponding the given method name
*/
private static String toAttributeName(String propertyName) {