Minor changes

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@83945 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-10-24 10:08:00 +00:00
parent 6e83e12b70
commit e2bf2d29f8
1 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,6 @@
package org.gcube.portlets.user.td.client;
import org.gcube.portlets.user.csvimportwizardtd.client.CSVImportWizardTD;
import org.gcube.portlets.user.sdmxexportwizardtd.client.SDMXExportWizardTD;
import org.gcube.portlets.user.sdmximportwizardtd.client.SDMXImportWizardTD;
import org.gcube.portlets.user.td.client.event.CloseTabularResourceEvent;
import org.gcube.portlets.user.td.client.event.CloseTabularResourceType;
@ -348,7 +347,7 @@ public class TabularDataController {
}
protected void openSDMXExportWizard() {
/*
GWT.runAsync(new RunAsyncCallback() {
@Override
@ -387,7 +386,7 @@ public class TabularDataController {
asyncCodeLoadingFailed(reason);
}
});
*/
}
/**