Minor updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-import-widget@86538 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ffe61d9090
commit
d1451ed24f
|
@ -142,8 +142,8 @@ public class SDMXRegistrySelectionCard extends WizardCard {
|
|||
((SDMXRegistrySource) importSession.getSource())
|
||||
.setUrl(url.getCurrentValue());
|
||||
|
||||
TDGWTServiceAsync.INSTANCE.setSDMXSession(
|
||||
importSession, new AsyncCallback<Void>() {
|
||||
TDGWTServiceAsync.INSTANCE.setSDMXRegistrySource(
|
||||
((SDMXRegistrySource)importSession.getSource()), new AsyncCallback<Void>() {
|
||||
|
||||
@Override
|
||||
public void onFailure(Throwable caught) {
|
||||
|
@ -153,7 +153,7 @@ public class SDMXRegistrySelectionCard extends WizardCard {
|
|||
|
||||
@Override
|
||||
public void onSuccess(Void result) {
|
||||
Log.info("SDMXImportSession stored");
|
||||
Log.info("SDMXRegistrySource stored");
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue