Skip to content

Commit 4d955f9

Browse files
committed
Merge branch '6.2.x'
2 parents f8f712d + 6ea3b5a commit 4d955f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ public interface Visitor {
225225
/**
226226
* An additional {@code @RequestBody} callback for validation failures
227227
* for constraints on the method parameter. For example:
228-
* <pre>
229-
* &#064;RequestBody List<&#064;NotEmpty String> ids
228+
* <pre class="code">
229+
* &#064;RequestBody List&lt;&#064;NotEmpty String&gt; ids
230230
* </pre>
231231
* Handle results for {@code @RequestBody} method parameters.
232232
* @param requestBody the annotation declared on the parameter

0 commit comments

Comments
 (0)