Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-import-widget@99315 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-08-27 16:42:57 +00:00 committed by Giancarlo Panichi
parent e5e74f8001
commit 00923ab9c2
1 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ public class SDMXOperationInProgressCard extends WizardCard implements
operationInProgressPanel.add(summary, new BoxLayoutData(new Margins(20,
5, 10, 5)));
ProgressBar progressBar = new ProgressBar();
progressBar = new ProgressBar();
operationInProgressPanel.add(progressBar, new BoxLayoutData(
new Margins(10, 5, 10, 5)));
@ -222,7 +222,7 @@ public class SDMXOperationInProgressCard extends WizardCard implements
SessionExpiredType.EXPIREDONSERVER));
} else {
AlertMessageBox d = new AlertMessageBox(
"Error in Codelist Mapping Import", reason);
"Error in SDMX Import", reason);
d.addHideHandler(new HideHandler() {
public void onHide(HideEvent event) {
}