Skip to content

Commit

Permalink
remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
FieteO committed Mar 22, 2024
1 parent efdd6a9 commit 65707d6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ private static <T> T parseJson(String json, TypeReference<T> ref) throws IOExcep
try {
ObjectMapper mapper = new ObjectMapper();
mapper.registerModule(new Jdk8Module()).registerModule(new JodaModule());
// ObjectMapper mapper = Jackson.newObjectMapper();
return mapper.readValue(json, ref);
} catch (IOException e) {
LOG.error("Error parsing json", e);
Expand Down

0 comments on commit 65707d6

Please sign in to comment.