diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-30 17:15:01 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-30 17:19:35 +0300 |
commit | 07325917588193e4911a1045810ad16140d06a8d (patch) | |
tree | ca7dce9f3056ada3e74d50ccc50ea70bedbecef0 /uitest/src/test/java/com/vaadin/tests/integration/AbstractServletIntegrationTest.java | |
parent | a93eae1fbcead8624ede5198ddfe9f2934955212 (diff) | |
download | vaadin-framework-07325917588193e4911a1045810ad16140d06a8d.tar.gz vaadin-framework-07325917588193e4911a1045810ad16140d06a8d.zip |
Organize imports
Change-Id: Ie58291fd4858d5421b23e56603808f158d559687
Diffstat (limited to 'uitest/src/test/java/com/vaadin/tests/integration/AbstractServletIntegrationTest.java')
-rw-r--r-- | uitest/src/test/java/com/vaadin/tests/integration/AbstractServletIntegrationTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/test/java/com/vaadin/tests/integration/AbstractServletIntegrationTest.java b/uitest/src/test/java/com/vaadin/tests/integration/AbstractServletIntegrationTest.java index 55c8885891..33841a13ea 100644 --- a/uitest/src/test/java/com/vaadin/tests/integration/AbstractServletIntegrationTest.java +++ b/uitest/src/test/java/com/vaadin/tests/integration/AbstractServletIntegrationTest.java @@ -24,8 +24,8 @@ import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized.Parameters; -import com.vaadin.v7.testbench.customelements.TableElement; import com.vaadin.tests.tb3.ParameterizedTB3Runner; +import com.vaadin.v7.testbench.customelements.TableElement; /** * Base class for servlet integration tests. Automatically prepends "/demo" to |