mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix code
This commit is contained in:
parent
9878264882
commit
d04feb8f70
@ -159,7 +159,7 @@ public class CollectionOperation<E> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 任意容器为空, 则返回空集
|
// 任意容器为空, 则返回空集
|
||||||
for (Collection<E> coll : colls) {
|
for (final Collection<E> coll : colls) {
|
||||||
if(CollUtil.isEmpty(coll)){
|
if(CollUtil.isEmpty(coll)){
|
||||||
return SetUtil.zeroLinked();
|
return SetUtil.zeroLinked();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user