diff options
Diffstat (limited to 'server/tests/src/com/vaadin/ui/LabelDataSource.java')
-rw-r--r-- | server/tests/src/com/vaadin/ui/LabelDataSource.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/src/com/vaadin/ui/LabelDataSource.java b/server/tests/src/com/vaadin/ui/LabelDataSource.java index 932e0cc8ef..fa21fbefc3 100644 --- a/server/tests/src/com/vaadin/ui/LabelDataSource.java +++ b/server/tests/src/com/vaadin/ui/LabelDataSource.java @@ -22,8 +22,8 @@ import org.junit.Before; import org.junit.Test; import com.vaadin.data.util.ObjectProperty; -import com.vaadin.server.VaadinSession; import com.vaadin.server.VaadinRequest; +import com.vaadin.server.VaadinSession; public class LabelDataSource { |