File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
main/java/com/fasterxml/jackson/databind/deser/impl
test/java/com/fasterxml/jackson/databind/deser/inject Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ public final class PropertyBasedCreator
39
39
protected final HashMap <String , SettableBeanProperty > _propertyLookup ;
40
40
41
41
/**
42
- * Array that contains properties that expect value to inject, if any;
43
- * null if no injectable values are expected .
42
+ * Array of all Creator properties (based on arguments to constructor
43
+ * or factory method) .
44
44
*/
45
45
protected final SettableBeanProperty [] _allProperties ;
46
46
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ static class TransientBean {
53
53
public int value ;
54
54
}
55
55
56
+ // [databind#471]
56
57
static class Bean471 {
57
58
58
59
protected final Object constructorInjected ;
You can’t perform that action at this time.
0 commit comments