Browse Source

fix comment

Looly 5 years ago
parent
commit
f187dbd307

+ 1 - 0
hutool-core/src/main/java/cn/hutool/core/io/FileUtil.java

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

+ 1 - 0
hutool-core/src/main/java/cn/hutool/core/text/csv/CsvWriter.java

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