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

This commit is contained in:
emptypoint
2023-07-16 06:27:08 +00:00
committed by Gitee
parent 08491be6dc
commit 27309d6e82

View File

@@ -2357,7 +2357,7 @@ public class CollUtil {
/**
* 解构多层集合
* 例如:List<List<List<String>>> 解构成 List<String>
* 例如:{@code List<List<List<String>>> 解构成 List<String>}
*
* @param collection 需要解构的集合
* @return 解构后的集合