Skip to content

Commit

Permalink
Javadoc refinement (aligned with 5.2.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Sep 8, 2020
1 parent b7883c3 commit c1f5345
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -285,9 +285,9 @@ private Object readJavaType(JavaType javaType, HttpInputMessage inputMessage) th
}

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

0 comments on commit c1f5345

Please sign in to comment.