Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-unionwizard-widget@99317 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-08-27 16:44:28 +00:00 committed by Giancarlo Panichi
parent c5f29defb0
commit b80e880e33
1 changed files with 2 additions and 2 deletions

View File

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