File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
spring-web/src/main/java/org/springframework/web/bind/annotation Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 202
202
* produces = "text/plain;charset=UTF-8"
203
203
* </pre>
204
204
* <p>If a declared media type contains a parameter (e.g. "charset=UTF-8",
205
- * "type=feed", type=" entry") and if a compatible media type from the request
205
+ * "type=feed", " type=entry") and if a compatible media type from the request
206
206
* has that parameter too, then the parameter values must match. Otherwise
207
207
* if the media type from the request does not contain the parameter, it is
208
208
* assumed the client accepts any value.
212
212
* If specified at both levels, the method level produces condition overrides
213
213
* the type level condition.
214
214
* @see org.springframework.http.MediaType
215
- * @see org.springframework.http.MediaType
216
215
*/
217
216
String [] produces () default {};
218
217
You can’t perform that action at this time.
0 commit comments