mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-24 18:04:54 +08:00
:trollface: false
This commit is contained in:
parent
d9d3c39d4e
commit
e81585d7d0
@ -488,7 +488,7 @@ public class CollectorUtil {
|
||||
recursiveRef.get().accept(children);
|
||||
});
|
||||
final List<T> parents = parentFactory.apply(pIdValuesMap);
|
||||
if (!parents.isEmpty()) {
|
||||
if (false == parents.isEmpty()) {
|
||||
recursiveRef.set(recursive);
|
||||
recursiveRef.get().accept(parents);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user