mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
fix comment
This commit is contained in:
parent
14f2357fd8
commit
f187dbd307
@ -2922,6 +2922,7 @@ public class FileUtil extends PathUtil {
|
||||
*
|
||||
* @param dest 目标文件
|
||||
* @param in 输入流
|
||||
* @param isCloseIn 是否关闭输入流
|
||||
* @return dest
|
||||
* @throws IORuntimeException IO异常
|
||||
* @since 5.5.6
|
||||
|
@ -224,6 +224,7 @@ public final class CsvWriter implements Closeable, Flushable, Serializable {
|
||||
/**
|
||||
* 追加新行(换行)
|
||||
*
|
||||
* @return this
|
||||
* @throws IORuntimeException IO异常
|
||||
*/
|
||||
public CsvWriter writeLine() throws IORuntimeException {
|
||||
|
Loading…
Reference in New Issue
Block a user