From 9706e44e9097149e44a2f9784373a67c81d7d087 Mon Sep 17 00:00:00 2001 From: Yugeng Hui Date: Tue, 4 Aug 2015 19:22:54 +0800 Subject: [PATCH] Update Exception handle --- .../pinae/nala/xb/unmarshaller/AnnotationXMLUnmarshaller.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/pinae/nala/xb/unmarshaller/AnnotationXMLUnmarshaller.java b/src/test/java/org/pinae/nala/xb/unmarshaller/AnnotationXMLUnmarshaller.java index c530109..5b8ca05 100644 --- a/src/test/java/org/pinae/nala/xb/unmarshaller/AnnotationXMLUnmarshaller.java +++ b/src/test/java/org/pinae/nala/xb/unmarshaller/AnnotationXMLUnmarshaller.java @@ -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);