summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/UI.java
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/com/vaadin/ui/UI.java')
-rw-r--r--server/src/com/vaadin/ui/UI.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/server/src/com/vaadin/ui/UI.java b/server/src/com/vaadin/ui/UI.java
index 5cbd425ac6..0ad2787cb6 100644
--- a/server/src/com/vaadin/ui/UI.java
+++ b/server/src/com/vaadin/ui/UI.java
@@ -118,7 +118,8 @@ public abstract class UI extends AbstractSingleComponentContainer implements
private Page page = new Page(this);
- private LoadingIndicatorConfiguration loadingIndicatorConfiguration = new LoadingIndicatorConfigurationImpl(this);
+ private LoadingIndicatorConfiguration loadingIndicatorConfiguration = new LoadingIndicatorConfigurationImpl(
+ this);
/**
* Scroll Y position.
@@ -167,7 +168,8 @@ public abstract class UI extends AbstractSingleComponentContainer implements
private boolean closing = false;
- private TooltipConfiguration tooltipConfiguration = new TooltipConfigurationImpl(this);
+ private TooltipConfiguration tooltipConfiguration = new TooltipConfigurationImpl(
+ this);
/**
* Creates a new empty UI without a caption. The content of the UI must be