fix comment

This commit is contained in:
Looly 2021-12-06 01:13:42 +08:00
parent adbfb3febc
commit e82c8c52c5

View File

@ -77,6 +77,7 @@ public class MultipartOutputStream extends OutputStream {
* *
* @param formFieldName 表单名 * @param formFieldName 表单名
* @param value 可以是普通值资源如文件等 * @param value 可以是普通值资源如文件等
* @return this
* @throws IORuntimeException IO异常 * @throws IORuntimeException IO异常
*/ */
public MultipartOutputStream write(String formFieldName, Object value) throws IORuntimeException { public MultipartOutputStream write(String formFieldName, Object value) throws IORuntimeException {