Skip to content

Commit

Permalink
SAVARA-343 protect against npe when choice construct is not valid
Browse files Browse the repository at this point in the history
  • Loading branch information
objectiser committed Jul 3, 2012
1 parent b213fee commit 28f9c3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
Expand Up @@ -504,6 +504,7 @@ public void run() {
journal.show();

} catch(Throwable e) {
e.printStackTrace();
error(MessageFormatter.format(java.util.PropertyResourceBundle.getBundle(
"org.savara.tools.common.Messages"), "SAVARA-COMMONTOOLS-00003"), e);
}
Expand Down

This file was deleted.

0 comments on commit 28f9c3c

Please sign in to comment.