aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/grid/GridColspans.java
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2014-12-11 13:42:06 +0200
committerVaadin Code Review <review@vaadin.com>2014-12-11 12:37:20 +0000
commit66e07930b9749046e65434eb7d5dc8125a1f761c (patch)
tree6cafdd48a660bc347955d7b22e3a2ab2506a9587 /uitest/src/com/vaadin/tests/components/grid/GridColspans.java
parentea0be1f8dcff35ea8c652d69cd286d952c09ae5a (diff)
downloadvaadin-framework-66e07930b9749046e65434eb7d5dc8125a1f761c.tar.gz
vaadin-framework-66e07930b9749046e65434eb7d5dc8125a1f761c.zip
Move Renderers to com.vaadin.ui.renderer package (#13334)
Change-Id: I80370f05cfa8123d64728abd5ede9642931e0cd8
Diffstat (limited to 'uitest/src/com/vaadin/tests/components/grid/GridColspans.java')
-rw-r--r--uitest/src/com/vaadin/tests/components/grid/GridColspans.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/grid/GridColspans.java b/uitest/src/com/vaadin/tests/components/grid/GridColspans.java
index 4c23c3bcab..f61a39a1f2 100644
--- a/uitest/src/com/vaadin/tests/components/grid/GridColspans.java
+++ b/uitest/src/com/vaadin/tests/components/grid/GridColspans.java
@@ -25,7 +25,7 @@ import com.vaadin.ui.Button.ClickEvent;
import com.vaadin.ui.Grid;
import com.vaadin.ui.Grid.FooterRow;
import com.vaadin.ui.Grid.HeaderRow;
-import com.vaadin.ui.components.grid.renderers.NumberRenderer;
+import com.vaadin.ui.renderer.NumberRenderer;
public class GridColspans extends AbstractTestUI {