From 1ef60f2d3b491fbc37762b7e9f2fe425013a06cb Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 27 Jun 2019 16:02:40 +0300 Subject: [PATCH] Polishing --- .../springframework/http/converter/HttpMessageConverter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web/src/main/java/org/springframework/http/converter/HttpMessageConverter.java b/spring-web/src/main/java/org/springframework/http/converter/HttpMessageConverter.java index 45fc0b0141..55260af656 100644 --- a/spring-web/src/main/java/org/springframework/http/converter/HttpMessageConverter.java +++ b/spring-web/src/main/java/org/springframework/http/converter/HttpMessageConverter.java @@ -54,7 +54,7 @@ public interface HttpMessageConverter { /** * 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 getSupportedMediaTypes();