We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b612c0d commit 27d07a2Copy full SHA for 27d07a2
src/main/java/com/fasterxml/jackson/databind/deser/CreatorProperty.java
@@ -125,7 +125,7 @@ public void fixAccess(DeserializationConfig config) {
125
* NOTE: one exception to immutability, due to problems with CreatorProperty instances
126
* being shared between Bean, separate PropertyBasedCreator
127
*
128
- * @since 2.6.0
+ * @since 2.6
129
*/
130
public void setFallbackSetter(SettableBeanProperty fallbackSetter) {
131
_fallbackSetter = fallbackSetter;
0 commit comments