Align JSpecify @Nullable annotation

This commit is contained in:
Juergen Hoeller 2025-04-01 22:23:46 +02:00
parent 5e2c16c30c
commit d06b47818b
1 changed files with 1 additions and 2 deletions

View File

@ -248,8 +248,7 @@ public class DefaultLifecycleProcessor implements LifecycleProcessor, BeanFactor
return executor;
}
@Nullable
private Long determineConcurrentStartup(int phase) {
private @Nullable Long determineConcurrentStartup(int phase) {
return this.concurrentStartupForPhases.get(phase);
}