Skip to content

Commit

Permalink
Fix #4933: streamline code slightly (#4935)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder authored Jan 28, 2025
1 parent 94fb3bf commit 779ed28
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,6 @@ protected Object _parse(String key, DeserializationContext ctxt) throws Exceptio
case TYPE_DOUBLE:
return _parseDouble(key);
case TYPE_LOCALE:
try {
return _deser._deserialize(key, ctxt);
} catch (IllegalArgumentException e) {
return _weirdKey(ctxt, key, e);
}
case TYPE_CURRENCY:
try {
return _deser._deserialize(key, ctxt);
Expand Down

0 comments on commit 779ed28

Please sign in to comment.