Skip to content

Commit 720a2f6

Browse files
committed
...
1 parent e528639 commit 720a2f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/test/java/com/fasterxml/jackson/databind/jsontype/TestScalars.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ public ScalarList add(Object v) {
4242
return this;
4343
}
4444
}
45-
45+
4646
/*
47-
/**********************************************************
48-
/* Unit tests
49-
/**********************************************************
47+
/**********************************************************************
48+
/* Test methods
49+
/**********************************************************************
5050
*/
5151

52-
final ObjectMapper MAPPER = new ObjectMapper();
53-
52+
final ObjectMapper MAPPER = newObjectMapper();
53+
5454
/**
5555
* Ensure that per-property dynamic types work, both for "native" types
5656
* and others

0 commit comments

Comments
 (0)