summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-06-28 10:52:17 +0300
committerArtur Signell <artur@vaadin.com>2012-06-28 16:49:51 +0300
commita90ab25c53099b21e81872aeded94bcb0fda9edf (patch)
tree5bf280fe33b916acbd2b934da347bfee6c380e1a /src/com/vaadin/ui
parent5e46aa3dd23c194a741c4e7c6c5821b6eb3d7a2d (diff)
downloadvaadin-framework-a90ab25c53099b21e81872aeded94bcb0fda9edf.tar.gz
vaadin-framework-a90ab25c53099b21e81872aeded94bcb0fda9edf.zip
Formatted all source files
Diffstat (limited to 'src/com/vaadin/ui')
-rw-r--r--src/com/vaadin/ui/Component.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/vaadin/ui/Component.java b/src/com/vaadin/ui/Component.java
index 81e0319880..5d05f9d0f2 100644
--- a/src/com/vaadin/ui/Component.java
+++ b/src/com/vaadin/ui/Component.java
@@ -520,8 +520,8 @@ public interface Component extends ClientConnector, Sizeable, Serializable {
* <p>
* Getting a null value is often a problem in constructors of regular
* components and in the initializers of custom composite components. A
- * standard workaround is to use {@link Application#getCurrent()}
- * to retrieve the application instance that the current request relates to.
+ * standard workaround is to use {@link Application#getCurrent()} to
+ * retrieve the application instance that the current request relates to.
* Another way is to move the problematic initialization to
* {@link #attach()}, as described in the documentation of the method.
* </p>