fix comment

This commit is contained in:
Looly 2021-06-09 01:16:13 +08:00
parent 39269f0c9e
commit 6ffc2cc29b

View File

@ -59,7 +59,7 @@ public class StreamUtil {
/**
* 按行读取文件为{@link Stream}
*
* @param file 路径
* @param file 文件
* @return {@link Stream}
*/
public static Stream<String> of(File file) {
@ -79,6 +79,7 @@ public class StreamUtil {
/**
* 按行读取文件为{@link Stream}
*
* @param file 文件
* @param charset 编码
* @return {@link Stream}
*/