Changed the name of the method

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-import-widget@84940 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-05 10:53:54 +00:00 committed by Giancarlo Panichi
parent 8329a4061a
commit 34cc8ed4b2
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public class SDMXOperationInProgressCard extends WizardCard implements
}
public void importSDMX() {
TDGWTServiceAsync.INSTANCE.importSDMXClientLibraryRequest(
TDGWTServiceAsync.INSTANCE.startSDMXImport(
importSession, new AsyncCallback<Void>() {
@Override