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
39269f0c9e
commit
6ffc2cc29b
@ -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}
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user