From 77a250ef926b0116ac8664effca15d98391893f8 Mon Sep 17 00:00:00 2001 From: Chexpir Date: Mon, 28 Apr 2014 16:47:30 +0100 Subject: [PATCH] Update RequestMapping javadoc typo. --- .../org/springframework/web/bind/annotation/RequestMapping.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java b/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java index 23faf37860..676464f166 100644 --- a/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java +++ b/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java @@ -370,7 +370,7 @@ public @interface RequestMapping { * all requests with a {@code Accept} other than "text/plain". *

Supported at the type level as well as at the method level! * 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 {};