diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2014-12-11 13:42:06 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-12-11 12:37:20 +0000 |
commit | 66e07930b9749046e65434eb7d5dc8125a1f761c (patch) | |
tree | 6cafdd48a660bc347955d7b22e3a2ab2506a9587 /uitest/src/com/vaadin/tests/components/grid/GridColspans.java | |
parent | ea0be1f8dcff35ea8c652d69cd286d952c09ae5a (diff) | |
download | vaadin-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.java | 2 |
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 { |