diff options
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 */ |