Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim committed Sep 21, 2024
1 parent 1f7dfbc commit 874dd82
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@ protected Object mapObject(JsonParser p, DeserializationContext ctxt) throws IOE
/**
* Helper function to allow custom key deserialization.
*
* @returns Custom-deserialized key if custom key deserializer is set and
* key is not null otherwise the original key.
* @returns Custom-deserialized key if both custom key deserializer is set and
* key is not null. Otherwise the original key.
* @since 2.18
*/
private String _customDeserializeKey(String key, DeserializationContext ctxt) throws IOException {
Expand Down

0 comments on commit 874dd82

Please sign in to comment.