Align JSpecify @Nullable annotation
This commit is contained in:
parent
5e2c16c30c
commit
d06b47818b
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue