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 e528639 commit 720a2f6Copy full SHA for 720a2f6
src/test/java/com/fasterxml/jackson/databind/jsontype/TestScalars.java
@@ -42,15 +42,15 @@ public ScalarList add(Object v) {
42
return this;
43
}
44
45
-
+
46
/*
47
- /**********************************************************
48
- /* Unit tests
49
+ /**********************************************************************
+ /* Test methods
50
*/
51
52
- final ObjectMapper MAPPER = new ObjectMapper();
53
+ final ObjectMapper MAPPER = newObjectMapper();
54
/**
55
* Ensure that per-property dynamic types work, both for "native" types
56
* and others
0 commit comments