aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/table/TableRowScrolledBottom.java
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2013-04-05 16:53:19 +0300
committerVaadin Code Review <review@vaadin.com>2013-04-05 14:01:47 +0000
commitc926a09f54cd08856c8cd7a15fd00cf0b62b63b5 (patch)
treed316521846d1ad38efed6f99ae0b218d7dacf22c /uitest/src/com/vaadin/tests/components/table/TableRowScrolledBottom.java
parentfc2e1dfa9e39944c1008d0572ba7cb7c639109bb (diff)
downloadvaadin-framework-c926a09f54cd08856c8cd7a15fd00cf0b62b63b5.tar.gz
vaadin-framework-c926a09f54cd08856c8cd7a15fd00cf0b62b63b5.zip
Global code reformat
Change-Id: I4b3c74ede518aa2712038d1451974a93cdecabc2
Diffstat (limited to 'uitest/src/com/vaadin/tests/components/table/TableRowScrolledBottom.java')
-rw-r--r--uitest/src/com/vaadin/tests/components/table/TableRowScrolledBottom.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/table/TableRowScrolledBottom.java b/uitest/src/com/vaadin/tests/components/table/TableRowScrolledBottom.java
index 9823fc1859..7d48dfa11e 100644
--- a/uitest/src/com/vaadin/tests/components/table/TableRowScrolledBottom.java
+++ b/uitest/src/com/vaadin/tests/components/table/TableRowScrolledBottom.java
@@ -5,7 +5,6 @@ import com.vaadin.tests.components.TestBase;
import com.vaadin.ui.Button;
import com.vaadin.ui.Label;
import com.vaadin.ui.Table;
-import com.vaadin.ui.VerticalLayout;
public class TableRowScrolledBottom extends TestBase {