Skip to content

Commit 3b10205

Browse files
committed
Update StdTypeResolverBuilder.java
1 parent 6bce0e4 commit 3b10205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/jsontype/impl/StdTypeResolverBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ protected boolean allowPrimitiveTypes(MapperConfig<?> config,
434434
* @since 2.15
435435
*/
436436
protected boolean _strictTypeIdHandling(DeserializationConfig config, JavaType baseType) {
437-
// [databind#3877]: allow configuration of per-type strict type handling
437+
// [databind#3877]: since 2.16, allow configuration of per-type strict type handling
438438
if (_requireTypeIdForSubtypes != null && baseType.isConcrete()) {
439439
return _requireTypeIdForSubtypes;
440440
}

0 commit comments

Comments
 (0)