Skip to content

Commit 5b96c9b

Browse files
committed
Update @SInCE tag due to backport
See gh-26856
1 parent 08855fe commit 5b96c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ModelAttributeMethodArgumentResolver.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public Mono<Object> resolveArgument(
147147
/**
148148
* Determine if binding should be disabled for the supplied {@link MethodParameter},
149149
* based on the {@link ModelAttribute#binding} annotation attribute.
150-
* @since 5.3.7
150+
* @since 5.2.15
151151
*/
152152
private boolean bindingDisabled(MethodParameter parameter) {
153153
ModelAttribute modelAttribute = parameter.getParameterAnnotation(ModelAttribute.class);

0 commit comments

Comments
 (0)