提交者
Gitee
修改注释中不存在的参数 set
Signed-off-by: bell <bellaconly@qq.com>
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -325,9 +325,9 @@ public class StringUtils extends org.apache.commons.lang3.StringUtils | @@ -325,9 +325,9 @@ public class StringUtils extends org.apache.commons.lang3.StringUtils | ||
| 325 | } | 325 | } |
| 326 | 326 | ||
| 327 | /** | 327 | /** |
| 328 | - * 判断给定的set列表中是否包含数组array 判断给定的数组array中是否包含给定的元素value | 328 | + * 判断给定的collection列表中是否包含数组array 判断给定的数组array中是否包含给定的元素value |
| 329 | * | 329 | * |
| 330 | - * @param set 给定的集合 | 330 | + * @param collection 给定的集合 |
| 331 | * @param array 给定的数组 | 331 | * @param array 给定的数组 |
| 332 | * @return boolean 结果 | 332 | * @return boolean 结果 |
| 333 | */ | 333 | */ |
-
请 注册 或 登录 后发表评论