This commit is contained in:
Looly
2020-11-05 01:42:35 +08:00
parent 394d05f9d2
commit 637e1942f9
7 changed files with 107 additions and 3 deletions

View File

@@ -486,6 +486,7 @@ public class Assert {
* </pre>
*
* @param <T> 数组元素类型
* @param <X> 异常类型
* @param array 被检查的数组
* @param errorSupplier 错误抛出异常附带的消息生产接口
* @return 被检查的数组