Skip to content

Commit d764087

Browse files
committed
Correct since tag
See gh-34549
1 parent 9ab43b1 commit d764087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/src/main/java/org/springframework/web/method/annotation/HandlerMethodValidationException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public interface Visitor {
230230
* Handle results for {@code @RequestBody} method parameters.
231231
* @param requestBody the annotation declared on the parameter
232232
* @param result the validation result
233-
* @since 7.0
233+
* @since 6.2.4
234234
*/
235235
default void requestBodyValidationResult(RequestBody requestBody, ParameterValidationResult result) {
236236
}

0 commit comments

Comments
 (0)