fix comment

This commit is contained in:
Looly 2021-01-07 23:30:51 +08:00
parent 14f2357fd8
commit f187dbd307
2 changed files with 2 additions and 0 deletions

View File

@ -2922,6 +2922,7 @@ public class FileUtil extends PathUtil {
*
* @param dest 目标文件
* @param in 输入流
* @param isCloseIn 是否关闭输入流
* @return dest
* @throws IORuntimeException IO异常
* @since 5.5.6

View File

@ -224,6 +224,7 @@ public final class CsvWriter implements Closeable, Flushable, Serializable {
/**
* 追加新行换行
*
* @return this
* @throws IORuntimeException IO异常
*/
public CsvWriter writeLine() throws IORuntimeException {