Delete the @NonNull annotation

pull/1511/head
LqxHxy 8 months ago
parent 3e7aa42546
commit b55bcce93a

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

Loading…
Cancel
Save