Update hutool-core/src/main/java/cn/hutool/core/stream/TerminableWrappedStream.java

light weight modify
This commit is contained in:
阿超 2022-11-03 08:43:55 +00:00 committed by Gitee
parent 632d4de950
commit 654117d9ba
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -230,7 +230,7 @@ public interface TerminableWrappedStream<T, S extends TerminableWrappedStream<T,
}
/**
* <p>将集合转换为树传入 {@code parentId == value} 来判断树的根节点
* <p>将集合转换为树传入 {@code parentId == pidValue} 来判断树的根节点
* 因为需要在当前传入数据里查找所以这是一个结束操作 <br>
*
* @param idGetter id的getter对应的lambda可以写作 {@code Student::getId}