aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/combobox
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-11-06 18:11:50 +0200
committerArtur Signell <artur@vaadin.com>2012-11-06 18:11:50 +0200
commit00863079b2fda73b5737de747fb10a4570dd9557 (patch)
tree10d7dc2024bb5b022252d264c78cbdb6ce9ef1c5 /uitest/src/com/vaadin/tests/components/combobox
parent9f441030134a04f551c147c569ddce92e1cec9f6 (diff)
downloadvaadin-framework-00863079b2fda73b5737de747fb10a4570dd9557.tar.gz
vaadin-framework-00863079b2fda73b5737de747fb10a4570dd9557.zip
Moved classes from com.vaadin to com.vaadin.server (#10145)
Change-Id: Ica48f1d5edbefde0ef8afca0c2774fe122a6c8ad
Diffstat (limited to 'uitest/src/com/vaadin/tests/components/combobox')
-rw-r--r--uitest/src/com/vaadin/tests/components/combobox/ComboBoxReapperingOldValue.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/combobox/ComboBoxReapperingOldValue.java b/uitest/src/com/vaadin/tests/components/combobox/ComboBoxReapperingOldValue.java
index 1041b1f656..2187c24e91 100644
--- a/uitest/src/com/vaadin/tests/components/combobox/ComboBoxReapperingOldValue.java
+++ b/uitest/src/com/vaadin/tests/components/combobox/ComboBoxReapperingOldValue.java
@@ -1,10 +1,10 @@
package com.vaadin.tests.components.combobox;
-import com.vaadin.LegacyApplication;
import com.vaadin.data.Container;
import com.vaadin.data.Property.ValueChangeEvent;
import com.vaadin.data.Property.ValueChangeListener;
import com.vaadin.data.util.IndexedContainer;
+import com.vaadin.server.LegacyApplication;
import com.vaadin.shared.ui.combobox.FilteringMode;
import com.vaadin.ui.ComboBox;
import com.vaadin.ui.Label;