diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-18 09:31:40 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-18 09:31:40 +0300 |
commit | eeffa805a212ebb25c4af18db1e927b23a3ad66a (patch) | |
tree | 3bfdb4ef4b8e9b6e9e45c77c90b4f31eba1af94e /uitest/src/main/java/com/vaadin/tests/components/AbstractTestUI.java | |
parent | 6d54d78944f6c3278eed3bb5e7ee19687ee5714e (diff) | |
download | vaadin-framework-eeffa805a212ebb25c4af18db1e927b23a3ad66a.tar.gz vaadin-framework-eeffa805a212ebb25c4af18db1e927b23a3ad66a.zip |
Remove trailing whitespace from code and javadoc
Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
Diffstat (limited to 'uitest/src/main/java/com/vaadin/tests/components/AbstractTestUI.java')
-rw-r--r-- | uitest/src/main/java/com/vaadin/tests/components/AbstractTestUI.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/main/java/com/vaadin/tests/components/AbstractTestUI.java b/uitest/src/main/java/com/vaadin/tests/components/AbstractTestUI.java index 61b3417d8c..e2e9488a1a 100644 --- a/uitest/src/main/java/com/vaadin/tests/components/AbstractTestUI.java +++ b/uitest/src/main/java/com/vaadin/tests/components/AbstractTestUI.java @@ -111,7 +111,7 @@ public abstract class AbstractTestUI extends UI { * is given. Supports transport=xhr (disables push), transport=websocket * (forces websocket into use), transport=streaming (forces streaming into * use). Using ?transport=xyz disables the fallback transport. - * + * * @param request * The UI init request */ @@ -153,7 +153,7 @@ public abstract class AbstractTestUI extends UI { * {@link #addComponent(Component)} instead to add the component to the * layout used by this UI. If you don't want to use the top-level layout * used by this class, you instead inherit directly from UI. - * + * * @deprecated Use {@link #addComponent(Component)} or inherit from UI * instead. */ |