Skip to content

Commit fefe1bd

Browse files
committed
...
1 parent 203f23c commit fefe1bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/fasterxml/jackson/databind/creators/TestCreatorNullValue.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ public void testCreatorReturningNull() throws IOException {
109109
objectMapper.readValue(json, JsonEntity.class);
110110
fail("Should not have succeeded");
111111
} catch (JsonMappingException e) {
112-
e.printStackTrace();
113112
verifyException(e, "JSON creator returned null");
114113
}
115114
}

0 commit comments

Comments
 (0)