mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix comment
This commit is contained in:
@@ -59,7 +59,7 @@ public class StreamUtil {
|
|||||||
/**
|
/**
|
||||||
* 按行读取文件为{@link Stream}
|
* 按行读取文件为{@link Stream}
|
||||||
*
|
*
|
||||||
* @param file 路径
|
* @param file 文件
|
||||||
* @return {@link Stream}
|
* @return {@link Stream}
|
||||||
*/
|
*/
|
||||||
public static Stream<String> of(File file) {
|
public static Stream<String> of(File file) {
|
||||||
@@ -79,6 +79,7 @@ public class StreamUtil {
|
|||||||
/**
|
/**
|
||||||
* 按行读取文件为{@link Stream}
|
* 按行读取文件为{@link Stream}
|
||||||
*
|
*
|
||||||
|
* @param file 文件
|
||||||
* @param charset 编码
|
* @param charset 编码
|
||||||
* @return {@link Stream}
|
* @return {@link Stream}
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user