Skip to content

Commit 27d07a2

Browse files
committed
...
1 parent b612c0d commit 27d07a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/deser/CreatorProperty.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public void fixAccess(DeserializationConfig config) {
125125
* NOTE: one exception to immutability, due to problems with CreatorProperty instances
126126
* being shared between Bean, separate PropertyBasedCreator
127127
*
128-
* @since 2.6.0
128+
* @since 2.6
129129
*/
130130
public void setFallbackSetter(SettableBeanProperty fallbackSetter) {
131131
_fallbackSetter = fallbackSetter;

0 commit comments

Comments
 (0)