Skip to content

Commit

Permalink
expose exception if thrown on shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanb committed Nov 1, 2012
1 parent 8bb0aab commit 634daef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ protected void tearDown() throws Exception
}
catch (Exception ignored)
{
ignored.printStackTrace();
}
finally
{
Expand Down

0 comments on commit 634daef

Please sign in to comment.