Update hutool-core/src/main/java/org/dromara/hutool/core/collection/CollUtil.java

This commit is contained in:
emptypoint 2023-07-16 06:27:29 +00:00 committed by Gitee
parent 27309d6e82
commit 666c654933
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2368,7 +2368,7 @@ public class CollUtil {
/**
* 解构多层集合
* 例如例如{@code List<List<List<String>>> 解构成 List<String>}
* 例如{@code List<List<List<String>>> 解构成 List<String>}
* <p>
* skipNull如果为true, 则解构后的集合里不包含null值为false则会包含null值
*