mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polish
Closes gh-1097
This commit is contained in:
+2
-2
@@ -51,8 +51,8 @@ import org.springframework.web.util.WebUtils;
|
||||
* abstraction, and arguments of type {@code javax.servlet.http.Part} in conjunction
|
||||
* with Servlet 3.0 multipart requests. This resolver can also be created in default
|
||||
* resolution mode in which simple types (int, long, etc.) not annotated with
|
||||
* @{@link RequestParam} are also treated as request parameters with the
|
||||
* parameter name derived from the argument name.
|
||||
* {@link RequestParam @RequestParam} are also treated as request parameters with
|
||||
* the parameter name derived from the argument name.
|
||||
*
|
||||
* <p>If the method parameter type is {@link Map}, the name specified in the
|
||||
* annotation is used to resolve the request parameter String value. The value is
|
||||
|
||||
Reference in New Issue
Block a user