Skip to content

Commit 75c63f8

Browse files
committed
Merge branch '5.3.x'
2 parents 1bce274 + 95a400a commit 75c63f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/web/webmvc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2184,7 +2184,7 @@ and others) and is equivalent to `required=false`.
21842184
| Any other argument
21852185
| If a method argument is not matched to any of the earlier values in this table and it is
21862186
a simple type (as determined by
2187-
{api-spring-framework}/beans/BeanUtils.html#isSimpleProperty-java.lang.Class-[BeanUtils#isSimpleProperty],
2187+
{api-spring-framework}/beans/BeanUtils.html#isSimpleProperty-java.lang.Class-[BeanUtils#isSimpleProperty]),
21882188
it is resolved as a `@RequestParam`. Otherwise, it is resolved as a `@ModelAttribute`.
21892189
|===
21902190

0 commit comments

Comments
 (0)