优化代码

This commit is contained in:
RuoYi
2023-04-10 18:20:22 +08:00
parent 5a07a91b50
commit 5e34d68d51
2 changed files with 3 additions and 3 deletions

View File

@ -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 给定的数组
* @return boolean 结果
*/