From bab658d8eed93b323f304781292772bb7252b97a Mon Sep 17 00:00:00 2001 From: linqi Date: Sat, 7 Sep 2024 11:46:10 +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 74801a86..9c29252c 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 @@ -38,7 +38,6 @@ public class TaskRejectNotifyAlarmPlugin implements RejectedAwarePlugin { /** * Thread pool check alarm */ - @NonNull private final ThreadPoolCheckAlarm threadPoolCheckAlarm; /**