From 80d8e0f4a523c52fa08dafa7298c7a039aa7af17 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 3 Dec 2014 15:08:16 +0000 Subject: [PATCH] Fixed gwt 2.6 Element git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@101862 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/td/informationwidget/client/util/UtilsGXT3.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/td/informationwidget/client/util/UtilsGXT3.java b/src/main/java/org/gcube/portlets/user/td/informationwidget/client/util/UtilsGXT3.java index 2c3ce49..57b0b73 100644 --- a/src/main/java/org/gcube/portlets/user/td/informationwidget/client/util/UtilsGXT3.java +++ b/src/main/java/org/gcube/portlets/user/td/informationwidget/client/util/UtilsGXT3.java @@ -2,7 +2,7 @@ package org.gcube.portlets.user.td.informationwidget.client.util; -import com.google.gwt.user.client.Element; +import com.google.gwt.dom.client.Element; import com.sencha.gxt.core.client.dom.XElement; import com.sencha.gxt.widget.core.client.box.AlertMessageBox; import com.sencha.gxt.widget.core.client.event.HideEvent;