mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +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 dest 目标文件
|
||||||
* @param in 输入流
|
* @param in 输入流
|
||||||
|
* @param isCloseIn 是否关闭输入流
|
||||||
* @return dest
|
* @return dest
|
||||||
* @throws IORuntimeException IO异常
|
* @throws IORuntimeException IO异常
|
||||||
* @since 5.5.6
|
* @since 5.5.6
|
||||||
|
@ -224,6 +224,7 @@ public final class CsvWriter implements Closeable, Flushable, Serializable {
|
|||||||
/**
|
/**
|
||||||
* 追加新行(换行)
|
* 追加新行(换行)
|
||||||
*
|
*
|
||||||
|
* @return this
|
||||||
* @throws IORuntimeException IO异常
|
* @throws IORuntimeException IO异常
|
||||||
*/
|
*/
|
||||||
public CsvWriter writeLine() throws IORuntimeException {
|
public CsvWriter writeLine() throws IORuntimeException {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user