Minor update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-wizard-widget@85831 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-21 09:26:35 +00:00 committed by Giancarlo Panichi
parent 7c8cc6e281
commit 4a1c4322ee
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
*/
package org.gcube.portlets.user.td.wizardwidget.client;
import org.gcube.portlets.user.td.gwtservice.shared.TRId;
import org.gcube.portlets.user.td.gwtservice.shared.tr.TRId;
/**

View File

@ -6,7 +6,7 @@ package org.gcube.portlets.user.td.wizardwidget.client;
import java.util.ArrayList;
import org.gcube.portlets.user.td.wizardwidget.client.util.ErrorMessageBox;
import org.gcube.portlets.user.td.gwtservice.shared.TRId;
import org.gcube.portlets.user.td.gwtservice.shared.tr.TRId;
import com.allen_sauer.gwt.log.client.Log;
import com.google.gwt.core.client.Callback;