作者 若依
提交者 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
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 */