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:
parent
c5f29defb0
commit
b80e880e33
|
@ -80,7 +80,7 @@ public class UnionOperationInProgressCard 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)));
|
||||
|
||||
|
@ -179,7 +179,7 @@ public class UnionOperationInProgressCard extends WizardCard implements
|
|||
SessionExpiredType.EXPIREDONSERVER));
|
||||
} else {
|
||||
AlertMessageBox d = new AlertMessageBox(
|
||||
"Error in Codelist Mapping Import", reason);
|
||||
"Error in Union", reason);
|
||||
d.addHideHandler(new HideHandler() {
|
||||
public void onHide(HideEvent event) {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue