diff options
author | Artur Signell <artur@vaadin.com> | 2013-01-04 11:03:56 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-01-04 11:03:56 +0200 |
commit | bcc7fda715e689f6611f904d52e3fa41a331e63d (patch) | |
tree | f1c16e4ed9baad2197897efa17ec048b9382b9f8 /uitest/src/com/vaadin/tests/components/ui/WindowWithLabel.java | |
parent | a0b0daa16f52e33fe07567fe87920eb660eb786c (diff) | |
download | vaadin-framework-bcc7fda715e689f6611f904d52e3fa41a331e63d.tar.gz vaadin-framework-bcc7fda715e689f6611f904d52e3fa41a331e63d.zip |
CRLF -> LF
Change-Id: I864e3ad465539a5b7fee212390a723773f6930ac
Diffstat (limited to 'uitest/src/com/vaadin/tests/components/ui/WindowWithLabel.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/ui/WindowWithLabel.java | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/uitest/src/com/vaadin/tests/components/ui/WindowWithLabel.java b/uitest/src/com/vaadin/tests/components/ui/WindowWithLabel.java index 994c0692e0..790ff00e60 100644 --- a/uitest/src/com/vaadin/tests/components/ui/WindowWithLabel.java +++ b/uitest/src/com/vaadin/tests/components/ui/WindowWithLabel.java @@ -1,27 +1,27 @@ -package com.vaadin.tests.components.ui;
-
-import com.vaadin.server.VaadinRequest;
-import com.vaadin.tests.components.AbstractTestUI;
-import com.vaadin.ui.Label;
-import com.vaadin.ui.Window;
-
-public class WindowWithLabel extends AbstractTestUI {
-
- @Override
- protected void setup(VaadinRequest request) {
- setContent(new Label("UI"));
- Window window = new Window("A window");
- addWindow(window);
- }
-
- @Override
- protected String getTestDescription() {
- return "Resize the window. It should work.";
- }
-
- @Override
- protected Integer getTicketNumber() {
- return 10375;
- }
-
-}
+package com.vaadin.tests.components.ui; + +import com.vaadin.server.VaadinRequest; +import com.vaadin.tests.components.AbstractTestUI; +import com.vaadin.ui.Label; +import com.vaadin.ui.Window; + +public class WindowWithLabel extends AbstractTestUI { + + @Override + protected void setup(VaadinRequest request) { + setContent(new Label("UI")); + Window window = new Window("A window"); + addWindow(window); + } + + @Override + protected String getTestDescription() { + return "Resize the window. It should work."; + } + + @Override + protected Integer getTicketNumber() { + return 10375; + } + +} |