diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-11-21 13:45:18 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-11-21 13:45:18 +0200 |
commit | 3fc9f19534b7d1ab06fc73b146b9d31868c205c1 (patch) | |
tree | 1bffb8b9105fe8c150276c646f0ff119f9d6a565 /uitest/src/com/vaadin/tests/components/AbstractComponentTest.java | |
parent | 375024684a58c27657abb79ff63f92ce247437b5 (diff) | |
download | vaadin-framework-3fc9f19534b7d1ab06fc73b146b9d31868c205c1.tar.gz vaadin-framework-3fc9f19534b7d1ab06fc73b146b9d31868c205c1.zip |
Global code cleanup
Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86
Diffstat (limited to 'uitest/src/com/vaadin/tests/components/AbstractComponentTest.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/AbstractComponentTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/AbstractComponentTest.java b/uitest/src/com/vaadin/tests/components/AbstractComponentTest.java index 0cde43119a..f36437326a 100644 --- a/uitest/src/com/vaadin/tests/components/AbstractComponentTest.java +++ b/uitest/src/com/vaadin/tests/components/AbstractComponentTest.java @@ -14,7 +14,6 @@ import com.vaadin.event.FieldEvents.BlurNotifier; import com.vaadin.event.FieldEvents.FocusEvent; import com.vaadin.event.FieldEvents.FocusListener; import com.vaadin.event.FieldEvents.FocusNotifier; -import com.vaadin.server.ErrorEvent; import com.vaadin.server.Resource; import com.vaadin.server.ThemeResource; import com.vaadin.tests.util.Log; |