Fixed package name

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-import-widget@84041 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-10-24 13:15:43 +00:00
parent 40de5ade9e
commit 683c3dda24
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
/**
*
*/
package org.gcube.portlets.user.csvimportwizardtd.client.csvgrid;
package org.gcube.portlets.user.td.csvimportwidget.client.csvgrid;
import java.util.ArrayList;

View File

@ -1,12 +1,12 @@
/**
*
*/
package org.gcube.portlets.user.csvimportwizardtd.client.csvgrid;
package org.gcube.portlets.user.td.csvimportwidget.client.csvgrid;
import java.util.ArrayList;
import org.gcube.portlets.user.csvimportwizardtd.client.data.CSVRow;
import org.gcube.portlets.user.csvimportwizardtd.client.dataresource.ResourceBundle;
import org.gcube.portlets.user.td.csvimportwidget.client.dataresource.ResourceBundle;
import com.google.gwt.event.logical.shared.SelectionEvent;
import com.google.gwt.event.logical.shared.SelectionHandler;

View File

@ -1,7 +1,7 @@
/**
*
*/
package org.gcube.portlets.user.csvimportwizardtd.client.csvgrid;
package org.gcube.portlets.user.td.csvimportwidget.client.csvgrid;
import org.gcube.portlets.user.csvimportwizardtd.client.data.CSVData;
import org.gcube.portlets.user.csvimportwizardtd.client.data.CSVRow;