mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-05 05:07:58 +08:00
fix comment
This commit is contained in:
parent
adbfb3febc
commit
e82c8c52c5
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user