Skip to content

Commit 50855c3

Browse files
committed
...
1 parent a1d0251 commit 50855c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/fasterxml/jackson/databind/ser/std/MapSerializer.java

+1
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,7 @@ protected Map<?,?> _orderEntries(Map<?,?> input)
942942
result.put(key, entry.getValue());
943943
}
944944
}
945+
return result;
945946
}
946947
return new TreeMap<Object,Object>(input);
947948
}

0 commit comments

Comments
 (0)