Polishing

This commit is contained in:
Juergen Hoeller
2019-12-01 00:20:00 +01:00
parent 2267080ff4
commit 567c7695dd
3 changed files with 7 additions and 9 deletions

View File

@@ -408,9 +408,8 @@ public class FormHttpMessageConverter implements HttpMessageConverter<MultiValue
* {@linkplain #setCharset(Charset) charset} if it does not have one.
* If {@code contentType} is {@code null},
* {@code application/x-www-form-urlencoded; charset=UTF-8} is returned.
*
* <p>Subclasses can override this method to change this behavior.
* @param contentType the preferred content type, can be {@code null}
* @param contentType the preferred content type (can be {@code null})
* @return the content type to be used
* @since 5.2.2
*/