Skip to content

Commit

Permalink
Fix a Jackson deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnmcmanus committed Apr 1, 2024
1 parent 4e8c857 commit 0b1d74b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -247,7 +247,7 @@ public void parse(char[] data, Document document) throws Exception {
depth--;
break;
case FIELD_NAME:
jp.getCurrentName();
jp.currentName();
break;
case VALUE_STRING:
jp.getText();
Expand Down

0 comments on commit 0b1d74b

Please sign in to comment.