Skip to content

Commit

Permalink
Fix a test compilation problem (due to last merge from 2.18)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 18, 2024
1 parent efcec4e commit 751d034
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ public static TypeFactory newTypeFactory() {
/**********************************************************************
*/

public static ObjectMapper newJsonMapper() {
public static JsonMapper newJsonMapper() {
return jsonMapperBuilder().build();
}

Expand Down

0 comments on commit 751d034

Please sign in to comment.