Delete the @NonNull annotation (#1511)

pull/1526/head
LqxHxy 1 year ago committed by GitHub
parent 3e7aa42546
commit bb6dbc7e5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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