diff options
author | Henri Sara <hesara@vaadin.com> | 2014-07-02 09:39:09 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2014-07-03 06:50:15 +0000 |
commit | ff8efe1b94b077c24085962db733fbb26f213484 (patch) | |
tree | 3586dc6753441dd97e44a6ca1f9b62c82d84be64 /server/src/com/vaadin/ui/UI.java | |
parent | b258e2b7dd6ae0948ab14c3a2776bc4a8429ea97 (diff) | |
download | vaadin-framework-ff8efe1b94b077c24085962db733fbb26f213484.tar.gz vaadin-framework-ff8efe1b94b077c24085962db733fbb26f213484.zip |
Add missing @since 7.3 to javadoc
Change-Id: I62610ef647fbbb5a7cfae25ac5c7628f78f2c6ff
Diffstat (limited to 'server/src/com/vaadin/ui/UI.java')
-rw-r--r-- | server/src/com/vaadin/ui/UI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/UI.java b/server/src/com/vaadin/ui/UI.java index 4bde8a95b3..6f27a13826 100644 --- a/server/src/com/vaadin/ui/UI.java +++ b/server/src/com/vaadin/ui/UI.java @@ -1152,7 +1152,7 @@ public abstract class UI extends AbstractSingleComponentContainer implements * CSS file will be removed even if there are other UIs on the page which * are still using it. * - * @since + * @since 7.3 * @param theme * The new theme name */ |