fix(方法注释):方法注释错误修改

This commit is contained in:
xuyang
2025-07-31 14:53:44 +08:00
parent 59f33fd12d
commit 7070c73dbf

View File

@@ -469,7 +469,7 @@ public class CollUtil {
*
* @param collection 集合
* @param value 需要查找的值
* @return 果集合为空null或者空返回{@code false},否则找到元素返回{@code true}
* @return 果集合为空null或者空返回{@code false},否则找到元素返回{@code true}
* @since 5.7.16
*/
public static boolean safeContains(Collection<?> collection, Object value) {