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
This commit is contained in:
Giancarlo Panichi 2014-12-03 15:08:16 +00:00
parent c3b00427f5
commit 80d8e0f4a5
1 changed files with 1 additions and 1 deletions

View File

@ -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;