diff options
Diffstat (limited to 'uitest/src/com/vaadin/tests/components/combobox/ComboBoxReapperingOldValue.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/combobox/ComboBoxReapperingOldValue.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/components/combobox/ComboBoxReapperingOldValue.java b/uitest/src/com/vaadin/tests/components/combobox/ComboBoxReapperingOldValue.java index 4482cf3121..62286a3998 100644 --- a/uitest/src/com/vaadin/tests/components/combobox/ComboBoxReapperingOldValue.java +++ b/uitest/src/com/vaadin/tests/components/combobox/ComboBoxReapperingOldValue.java @@ -12,8 +12,8 @@ import com.vaadin.ui.UI.LegacyWindow; import com.vaadin.ui.VerticalLayout; @SuppressWarnings("serial") -public class ComboBoxReapperingOldValue extends Application - implements ValueChangeListener { +public class ComboBoxReapperingOldValue extends Application implements + ValueChangeListener { ComboBox cbox1 = new ComboBox(); ComboBox cbox2 = new ComboBox(); |