diff options
Diffstat (limited to 'server/src/main/java/com/vaadin/ui/UI.java')
-rw-r--r-- | server/src/main/java/com/vaadin/ui/UI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main/java/com/vaadin/ui/UI.java b/server/src/main/java/com/vaadin/ui/UI.java index 5a8c87f48f..ae02df9c70 100644 --- a/server/src/main/java/com/vaadin/ui/UI.java +++ b/server/src/main/java/com/vaadin/ui/UI.java @@ -1311,7 +1311,7 @@ public abstract class UI extends AbstractSingleComponentContainer } /** - * Gets the theme currently in use by this UI + * Gets the theme currently in use by this UI. * * @return the theme name */ |