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:
parent
6e83e12b70
commit
e2bf2d29f8
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue