mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
:trollface: false
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user