|
|
@ -91,11 +91,11 @@ public class ParameterKit { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* 创建新的参数对象 |
|
|
|
* 根据参数名创建新的参数对象 |
|
|
|
* @param content 参数名 |
|
|
|
* @param content 参数名 |
|
|
|
* @return 参数对象 |
|
|
|
* @return 参数对象 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static @NotNull Parameter createNewParameter(String content) { |
|
|
|
public static @NotNull ParameterProvider createNewParameter(String content) { |
|
|
|
return new Parameter(content); |
|
|
|
return new Parameter(content); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|