提交 3a35d79c 编写于 作者: J joshua-qa 提交者: Stephane Nicoll

Fix typo in DefaultPartHttpMessageReader

See gh-27260
上级 451bcfc8
......@@ -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.
先完成此消息的编辑!
想要评论请 注册