mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
Merge branch 'v5-dev' of github.com:looly/hutool into v5-dev
This commit is contained in:
commit
af8739d465
@ -345,7 +345,7 @@ public class CollUtil {
|
|||||||
return ListUtil.empty();
|
return ListUtil.empty();
|
||||||
}
|
}
|
||||||
if (isEmpty(coll2)) {
|
if (isEmpty(coll2)) {
|
||||||
return ListUtil.list(true, coll2);
|
return ListUtil.list(true, coll1);
|
||||||
}
|
}
|
||||||
|
|
||||||
//将被交数用链表储存,防止因为频繁扩容影响性能
|
//将被交数用链表储存,防止因为频繁扩容影响性能
|
||||||
|
Loading…
x
Reference in New Issue
Block a user