Browse Source

Polishing

pull/23212/head
Sam Brannen 6 years ago
parent
commit
1ef60f2d3b
  1. 2
      spring-web/src/main/java/org/springframework/http/converter/HttpMessageConverter.java

2
spring-web/src/main/java/org/springframework/http/converter/HttpMessageConverter.java

@ -54,7 +54,7 @@ public interface HttpMessageConverter<T> { @@ -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();

Loading…
Cancel
Save