Updated wizard
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@86244 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
fa0b7af3ad
commit
cbe05635b1
|
@ -368,7 +368,7 @@ public class TabularDataController {
|
|||
SDMXImportWizardTD importWizard = new SDMXImportWizardTD(
|
||||
"SDMX Import");
|
||||
importWizard
|
||||
.addListener(new org.gcube.portlets.user.td.sdmximportwidget.client.general.WizardListener() {
|
||||
.addListener(new WizardListener() {
|
||||
|
||||
@Override
|
||||
public void completed(TRId tabularResourceId) {
|
||||
|
|
Loading…
Reference in New Issue