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