From d094ad17fbe479ac8b78678972f8c0422f865b03 Mon Sep 17 00:00:00 2001 From: linqi Date: Sat, 7 Sep 2024 11:46:23 +0800 Subject: [PATCH] The generated code will use 'org.jetbrains.annotations.NotNull' instead of 'lombok.NonNull'. --- .../core/executor/plugin/impl/TaskRejectNotifyAlarmPlugin.java | 1 - 1 file changed, 1 deletion(-) 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 9c29252c..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;