Skip to content

Commit 046f605

Browse files
committed
...
1 parent fadb5f0 commit 046f605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/fasterxml/jackson/databind/format/MapFormatShapeTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ public Bean476Override(int value) {
6161
*/
6262

6363
final private ObjectMapper MAPPER = objectMapper();
64-
// for [databind#476]: Maps as POJOs
6564

65+
// for [databind#476]: Maps as POJOs
6666
public void testSerializeAsPOJOViaClass() throws Exception
6767
{
6868
String result = MAPPER.writeValueAsString(new Bean476Container(1,2,0));

0 commit comments

Comments
 (0)