summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/TestSetVisibleAndCaching.java
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-09-05 19:50:56 +0300
committerLeif Åstrand <leif@vaadin.com>2012-09-05 19:51:15 +0300
commit7d25670284b11c7c62ba25183f265227cb3dba83 (patch)
treec8e76eb70dd3cdd5cf59a99419635f2188b25c24 /uitest/src/com/vaadin/tests/TestSetVisibleAndCaching.java
parent1d0c96de9595c243d88471476d21e5f248be63f7 (diff)
downloadvaadin-framework-7d25670284b11c7c62ba25183f265227cb3dba83.tar.gz
vaadin-framework-7d25670284b11c7c62ba25183f265227cb3dba83.zip
Reformat project
Diffstat (limited to 'uitest/src/com/vaadin/tests/TestSetVisibleAndCaching.java')
-rw-r--r--uitest/src/com/vaadin/tests/TestSetVisibleAndCaching.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/uitest/src/com/vaadin/tests/TestSetVisibleAndCaching.java b/uitest/src/com/vaadin/tests/TestSetVisibleAndCaching.java
index 2e81daa781..facfe43596 100644
--- a/uitest/src/com/vaadin/tests/TestSetVisibleAndCaching.java
+++ b/uitest/src/com/vaadin/tests/TestSetVisibleAndCaching.java
@@ -16,7 +16,6 @@
package com.vaadin.tests;
-import com.vaadin.Application;
import com.vaadin.ui.Button;
import com.vaadin.ui.Button.ClickEvent;
import com.vaadin.ui.Button.ClickListener;
@@ -24,8 +23,7 @@ import com.vaadin.ui.Label;
import com.vaadin.ui.Panel;
import com.vaadin.ui.UI.LegacyWindow;
-public class TestSetVisibleAndCaching extends
- com.vaadin.Application {
+public class TestSetVisibleAndCaching extends com.vaadin.Application {
Panel panelA = new Panel("Panel A");
Panel panelB = new Panel("Panel B");