Skip to content

Commit 1ef60f2

Browse files
committed
Polishing
1 parent 91ae711 commit 1ef60f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public interface HttpMessageConverter<T> {
5454

5555
/**
5656
* Return the list of {@link MediaType} objects supported by this converter.
57-
* @return the list of supported media types
57+
* @return the list of supported media types, potentially an immutable copy
5858
*/
5959
List<MediaType> getSupportedMediaTypes();
6060

0 commit comments

Comments
 (0)