From b55bcce93a859fc6d6e78a01a549972205f33a07 Mon Sep 17 00:00:00 2001 From: LqxHxy <945645783@qq.com> Date: Mon, 6 Nov 2023 16:51:21 +0800 Subject: [PATCH] Delete the @NonNull annotation --- .../springboot/starter/monitor/ReportingEventExecutor.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/starters/threadpool/server/src/main/java/cn/hippo4j/springboot/starter/monitor/ReportingEventExecutor.java b/starters/threadpool/server/src/main/java/cn/hippo4j/springboot/starter/monitor/ReportingEventExecutor.java index 884aeaa7..440a68b3 100644 --- a/starters/threadpool/server/src/main/java/cn/hippo4j/springboot/starter/monitor/ReportingEventExecutor.java +++ b/starters/threadpool/server/src/main/java/cn/hippo4j/springboot/starter/monitor/ReportingEventExecutor.java @@ -59,13 +59,10 @@ import java.util.concurrent.TimeUnit; @RequiredArgsConstructor public class ReportingEventExecutor implements Runnable, CommandLineRunner, DisposableBean { - @NonNull private final BootstrapProperties properties; - @NonNull private final MessageSender messageSender; - @NonNull private final ServerHealthCheck serverHealthCheck; /**