Skip to content

Commit 0d905ee

Browse files
committed
fixing a compiler warning
1 parent aaf5f4f commit 0d905ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

afterburner/src/test/java/com/fasterxml/jackson/module/afterburner/ser/NullSerializationTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ static class BeanWithNullProps
7474
/**********************************************************
7575
*/
7676

77-
private final ObjectMapper MAPPER = mapperWithModule();
78-
77+
private final ObjectMapper MAPPER = newObjectMapper();
78+
7979
public void testSimple() throws Exception
8080
{
8181
assertEquals("null", MAPPER.writeValueAsString(null));

0 commit comments

Comments
 (0)