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; /**