Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-import-widget@99311 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-08-27 16:38:17 +00:00
parent d0b9fd1a49
commit 434097f84b
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ public class CSVOperationInProgressCard 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)));
@ -176,7 +176,7 @@ public class CSVOperationInProgressCard extends WizardCard implements
SessionExpiredType.EXPIREDONSERVER));
} else {
AlertMessageBox d = new AlertMessageBox(
"Error in Codelist Mapping Import", reason);
"Error in CSV Import", reason);
d.addHideHandler(new HideHandler() {
public void onHide(HideEvent event) {
}