mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix comment
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user