Commit b4ee6c53 authored by yanzg's avatar yanzg

修复bug

parent 272fe317
...@@ -16,7 +16,8 @@ public class ArrayHelper { ...@@ -16,7 +16,8 @@ public class ArrayHelper {
* *
* @param from 参数列表 * @param from 参数列表
* @param froms 参数列表 * @param froms 参数列表
* @return 第一个非空字符串 * @param <T> 泛型类型
* @return 非空字符串数组
*/ */
@SafeVarargs @SafeVarargs
public static <T extends Object> List<T> megerNotEmpty(T from, Collection<T>... froms) { public static <T extends Object> List<T> megerNotEmpty(T from, Collection<T>... froms) {
......
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