Skip to content

Commit

Permalink
Fix typo in DefaultPartHttpMessageReader
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-qa authored and snicoll committed Aug 11, 2021
1 parent 451bcfc commit 3a35d79
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -191,7 +191,7 @@ public void setStreaming(boolean streaming) {
* Defaults to UTF-8 as per RFC 7578.
* @param headersCharset the charset to use for decoding headers
* @since 5.3.6
* @see <a href="https://tools.ietf.org/html/rfc7578#section-5.1">RFC-7578 Section 5.2</a>
* @see <a href="https://tools.ietf.org/html/rfc7578#section-5.1">RFC-7578 Section 5.1</a>
*/
public void setHeadersCharset(Charset headersCharset) {
Assert.notNull(headersCharset, "HeadersCharset must not be null");
Expand Down

0 comments on commit 3a35d79

Please sign in to comment.