This commit is contained in:
Looly 2022-08-26 09:13:17 +08:00
parent 9878264882
commit d04feb8f70

View File

@ -159,7 +159,7 @@ public class CollectionOperation<E> {
}
// 任意容器为空, 则返回空集
for (Collection<E> coll : colls) {
for (final Collection<E> coll : colls) {
if(CollUtil.isEmpty(coll)){
return SetUtil.zeroLinked();
}