We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7a430 commit fa1c2ffCopy full SHA for fa1c2ff
src/main/java/com/fasterxml/jackson/databind/ObjectReader.java
@@ -1549,10 +1549,7 @@ protected JsonDeserializer<Object> _findRootDeserializer(DeserializationContext
1549
throws JsonMappingException
1550
{
1551
if (_rootDeserializer != null) {
1552
- // 02-Apr-2015, tatu: Patch for #744 (better fix in 2.5.3)
1553
- if (valueType != JSON_NODE_TYPE) {
1554
- return _rootDeserializer;
1555
- }
+ return _rootDeserializer;
1556
}
1557
1558
// Sanity check: must have actual type...
0 commit comments