mirror of
https://gitee.com/dromara/hutool.git
synced 2025-09-19 01:58:19 +08:00
fix comment
This commit is contained in:
@@ -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}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user