Skip to content

Commit

Permalink
Update Exception handle
Browse files Browse the repository at this point in the history
  • Loading branch information
interhui committed Aug 4, 2015
1 parent cfe4d79 commit 9706e44
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public void testBindAnnotationObject(){
try {
people = (People) bind.unmarshal();
} catch (UnmarshalException e) {
e.printStackTrace();
fail(e.getMessage());
}
assertEquals(people.getPerson().size(), 2);
Expand Down

0 comments on commit 9706e44

Please sign in to comment.