Skip to content

Commit 20182f9

Browse files
committed
...
1 parent b1ccfcf commit 20182f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/fasterxml/jackson/databind/DeserializationConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -867,9 +867,9 @@ public BeanDescription introspectForCreation(JavaType type) {
867867
* @since 2.0
868868
* @deprecated Since 2.12 - use variant that takes both builder and value type
869869
*/
870-
/* public BeanDescription introspectForBuilder(JavaType type) {
870+
public BeanDescription introspectForBuilder(JavaType type) {
871871
return getClassIntrospector().forDeserializationWithBuilder(this, type, this);
872-
}*/
872+
}
873873

874874
/**
875875
* @since 2.12

0 commit comments

Comments
 (0)