提交 98f69c51 编写于 作者: S Stephane Nicoll

Merge pull request #27260 from joshua-qa

* pr/27260:
  Fix typo in DefaultPartHttpMessageReader

Closes gh-27260
......@@ -191,7 +191,7 @@ public class DefaultPartHttpMessageReader extends LoggingCodecSupport implements
* 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");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册