In order to compile with gwt 2.5.1 I've changed

import com.google.gwt.i18n.shared.DateTimeFormat;
at
import com.google.gwt.i18n.client.DateTimeFormat;


git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-explorer@126367 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2016-03-30 09:13:00 +00:00
parent 6b9d8d729a
commit d811abafa4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import com.google.gwt.cell.client.DateCell;
import com.google.gwt.cell.client.ImageResourceCell;
import com.google.gwt.dom.client.Style.Unit;
import com.google.gwt.event.shared.HandlerManager;
import com.google.gwt.i18n.shared.DateTimeFormat;
import com.google.gwt.i18n.client.DateTimeFormat;
import com.google.gwt.resources.client.ImageResource;
import com.google.gwt.safehtml.shared.SafeHtml;
import com.google.gwt.safehtml.shared.SafeHtmlBuilder;