mirror of
https://gitee.com/dromara/hutool.git
synced 2025-08-20 09:26:28 +08:00
fix(方法注释):方法注释错误修改
This commit is contained in:
parent
59f33fd12d
commit
7070c73dbf
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user