Skip to content

Commit f8f712d

Browse files
committed
Merge branch '6.2.x'
2 parents bb2174c + d764087 commit f8f712d

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
@@ -231,7 +231,7 @@ public interface Visitor {
231231
* Handle results for {@code @RequestBody} method parameters.
232232
* @param requestBody the annotation declared on the parameter
233233
* @param result the validation result
234-
* @since 7.0
234+
* @since 6.2.4
235235
*/
236236
default void requestBodyValidationResult(RequestBody requestBody, ParameterValidationResult result) {
237237
}

0 commit comments

Comments
 (0)