Polishing

This commit is contained in:
Sam Brannen 2019-06-27 16:02:40 +03:00
parent 91ae711a54
commit 1ef60f2d3b
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public interface HttpMessageConverter<T> {
/**
* Return the list of {@link MediaType} objects supported by this converter.
* @return the list of supported media types
* @return the list of supported media types, potentially an immutable copy
*/
List<MediaType> getSupportedMediaTypes();