Unverified 提交 64e71302 authored 作者: 若依's avatar 若依 提交者: Gitee

!699 修改注释中不存在的参数 set

Merge pull request !699 from bell/N/A
...@@ -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
} }
/** /**
* 判断给定的set列表中是否包含数组array 判断给定的数组array中是否包含给定的元素value * 判断给定的collection列表中是否包含数组array 判断给定的数组array中是否包含给定的元素value
* *
* @param set 给定的集合 * @param collection 给定的集合
* @param array 给定的数组 * @param array 给定的数组
* @return boolean 结果 * @return boolean 结果
*/ */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论