mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user