We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203f23c commit fefe1bdCopy full SHA for fefe1bd
src/test/java/com/fasterxml/jackson/databind/creators/TestCreatorNullValue.java
@@ -109,7 +109,6 @@ public void testCreatorReturningNull() throws IOException {
109
objectMapper.readValue(json, JsonEntity.class);
110
fail("Should not have succeeded");
111
} catch (JsonMappingException e) {
112
- e.printStackTrace();
113
verifyException(e, "JSON creator returned null");
114
}
115
0 commit comments