.setIcon(ImageProvider.get("misc", "check_large"))
.show();
return;
}
if (lastException instanceof ChangesetClosedException) {
ChangesetClosedException e = (ChangesetClosedException)lastException;
if (e.getSource().equals(ChangesetClosedException.Source.UPDATE_CHANGESET)) {
handleFailedUpload(lastException);
return;
}
if (strategy.getPolicy() == null)
/* do nothing if unknown policy */
return;
if (e.getSource().equals(ChangesetClosedException.Source.UPLOAD_DATA)) {
switch(strategy.getPolicy()) {
case ABORT:
break; /* do nothing - we return to map editing */
case AUTOMATICALLY_OPEN_NEW_CHANGESETS:
break; /* do nothing - we return to map editing */