Commit 0172311d authored by wux's avatar wux

修改notnull注释

parent b5b5012d
...@@ -4,7 +4,6 @@ import cn.iocoder.yudao.framework.http.core.Request; ...@@ -4,7 +4,6 @@ import cn.iocoder.yudao.framework.http.core.Request;
import cn.iocoder.yudao.framework.http.core.Response; import cn.iocoder.yudao.framework.http.core.Response;
import cn.iocoder.yudao.framework.http.util.HttpUtils; import cn.iocoder.yudao.framework.http.util.HttpUtils;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.jetbrains.annotations.NotNull;
import java.util.HashMap; import java.util.HashMap;
import java.util.Map; import java.util.Map;
...@@ -68,7 +67,6 @@ public class SendChampHttp { ...@@ -68,7 +67,6 @@ public class SendChampHttp {
* @param senderName 发送者名称 * @param senderName 发送者名称
* @return 返回构造好的请求参数Map对象 * @return 返回构造好的请求参数Map对象
*/ */
@NotNull
public Map<String, Object> setParams(String to, String message, String senderName) { public Map<String, Object> setParams(String to, String message, String senderName) {
Map<String, Object> param = new HashMap<>(); Map<String, Object> param = new HashMap<>();
param.put("to", to); param.put("to", to);
......
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