Update RequestMapping javadoc typo.

This commit is contained in:
Chexpir 2014-04-28 16:47:30 +01:00 committed by Rossen Stoyanchev
parent 59a050f3b9
commit 77a250ef92
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ public @interface RequestMapping {
* all requests with a {@code Accept} other than "text/plain".
* <p><b>Supported at the type level as well as at the method level!</b>
* When used at the type level, all method-level mappings override
* this consumes restriction.
* this produces restriction.
* @see org.springframework.http.MediaType
*/
String[] produces() default {};