Skip to content

Commit c1f5345

Browse files
committed
Javadoc refinement (aligned with 5.2.x)
See gh-25509
1 parent b7883c3 commit c1f5345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,9 @@ private Object readJavaType(JavaType javaType, HttpInputMessage inputMessage) th
285285
}
286286

287287
/**
288-
* Return the charset to use for JSON input.
288+
* Determine the charset to use for JSON input.
289289
* <p>By default this is either the charset from the input {@code MediaType}
290-
* or otherwise falling back on {@code UTF-8}.
290+
* or otherwise falling back on {@code UTF-8}. Can be overridden in subclasses.
291291
* @param contentType the content type of the HTTP input message
292292
* @return the charset to use
293293
* @since 5.1.18

0 commit comments

Comments
 (0)