From 9b11c3b49aca1e765e3bd6974ddba3ca44e684f7 Mon Sep 17 00:00:00 2001 From: LJ <97254796+DIDA-lJ@users.noreply.github.com> Date: Sat, 7 Sep 2024 13:03:43 +0800 Subject: [PATCH] The generated code will use 'org.jetbrains.annotations.NotNull' instead of 'lombok.NonNull'. (#1565) * The generated code will use 'org.jetbrains.annotations.NotNull' instead of 'lombok.NonNull'. * The generated code will use 'org.jetbrains.annotations.NotNull' instead of 'lombok.NonNull'. --- .../core/executor/plugin/impl/TaskRejectNotifyAlarmPlugin.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/threadpool/core/src/main/java/cn/hippo4j/core/executor/plugin/impl/TaskRejectNotifyAlarmPlugin.java b/threadpool/core/src/main/java/cn/hippo4j/core/executor/plugin/impl/TaskRejectNotifyAlarmPlugin.java index 74801a86..6c53a14f 100644 --- a/threadpool/core/src/main/java/cn/hippo4j/core/executor/plugin/impl/TaskRejectNotifyAlarmPlugin.java +++ b/threadpool/core/src/main/java/cn/hippo4j/core/executor/plugin/impl/TaskRejectNotifyAlarmPlugin.java @@ -21,7 +21,6 @@ import cn.hippo4j.core.config.ApplicationContextHolder; import cn.hippo4j.core.executor.ExtensibleThreadPoolExecutor; import cn.hippo4j.core.executor.plugin.RejectedAwarePlugin; import cn.hippo4j.threadpool.alarm.api.ThreadPoolCheckAlarm; -import lombok.NonNull; import lombok.RequiredArgsConstructor; import java.util.Optional; @@ -38,7 +37,6 @@ public class TaskRejectNotifyAlarmPlugin implements RejectedAwarePlugin { /** * Thread pool check alarm */ - @NonNull private final ThreadPoolCheckAlarm threadPoolCheckAlarm; /**