diff options
author | Teemu Pòˆntelin <teemu@vaadin.com> | 2013-05-08 16:35:18 +0300 |
---|---|---|
committer | Teemu Pòˆntelin <teemu@vaadin.com> | 2013-05-08 16:35:18 +0300 |
commit | b58e849e240b512067c05e75358fe3feb6fb321c (patch) | |
tree | 8e7139152cf81e5a8f085da0e6cb85cbae00080e /server | |
parent | 3af82a92984805f4bef45f621e5f3654dcb7bcc9 (diff) | |
download | vaadin-framework-b58e849e240b512067c05e75358fe3feb6fb321c.tar.gz vaadin-framework-b58e849e240b512067c05e75358fe3feb6fb321c.zip |
Fixed a typo in @Widgetset annotation Javadoc. #11803
Change-Id: Iba58755f7a70d92d0a48395abc271f7bc5dcfd73
Diffstat (limited to 'server')
-rw-r--r-- | server/src/com/vaadin/annotations/Widgetset.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/annotations/Widgetset.java b/server/src/com/vaadin/annotations/Widgetset.java index 40276c18a2..006bf59acf 100644 --- a/server/src/com/vaadin/annotations/Widgetset.java +++ b/server/src/com/vaadin/annotations/Widgetset.java @@ -24,7 +24,7 @@ import java.lang.annotation.Target; import com.vaadin.ui.UI; /** - * Defines a specific theme for a {@link UI}. + * Defines a specific widgetset for a {@link UI}. */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) |