Update hutool-core/src/main/java/cn/hutool/core/tree/BeanTree.java

This commit is contained in:
emptypoint 2022-11-28 04:01:34 +00:00 committed by Gitee
parent 683a26bed9
commit ce576a1d33
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -194,7 +194,7 @@ public class BeanTree<T, R extends Comparable<R>> {
}
/**
* 内联函数获取子集并设置到父节点
* 内联函数设置每个节点的子集
*
* @param list 集合
* @param pIdValuesMap 父id与子集的映射