Skip to content

Commit 6ea3b5a

Browse files
committed
Fix Javadoc failure
See gh-34549
1 parent d764087 commit 6ea3b5a

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
@@ -224,8 +224,8 @@ public interface Visitor {
224224
/**
225225
* An additional {@code @RequestBody} callback for validation failures
226226
* for constraints on the method parameter. For example:
227-
* <pre>
228-
* &#064;RequestBody List<&#064;NotEmpty String> ids
227+
* <pre class="code">
228+
* &#064;RequestBody List&lt;&#064;NotEmpty String&gt; ids
229229
* </pre>
230230
* Handle results for {@code @RequestBody} method parameters.
231231
* @param requestBody the annotation declared on the parameter

0 commit comments

Comments
 (0)