fix comment

This commit is contained in:
Looly 2022-12-27 21:50:01 +08:00
parent 582f9e7a8c
commit 837489aa1a

View File

@ -991,6 +991,7 @@ public class CollUtil {
*
* @param <T> 集合元素类型
* @param collectionType 集合类型rawtype ArrayList.class, EnumSet.class ...
* @param elementType 集合元素类型
* @return 集合类型对应的实例
* @since v5
*/