Unverified Commit bef86e04 authored by bell's avatar bell Committed by Gitee

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

Signed-off-by: 's avatarbell <bellaconly@qq.com>
parent a33090c9
...@@ -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 is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment