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