File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
spring-context/src/main/java/org/springframework/context/support Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -173,8 +173,7 @@ public abstract class AbstractApplicationContext extends DefaultResourceLoader
173
173
private ConfigurableEnvironment environment ;
174
174
175
175
/** BeanFactoryPostProcessors to apply on refresh */
176
- private final List <BeanFactoryPostProcessor > beanFactoryPostProcessors =
177
- new ArrayList <>();
176
+ private final List <BeanFactoryPostProcessor > beanFactoryPostProcessors = new ArrayList <>();
178
177
179
178
/** System time in milliseconds when this context started */
180
179
private long startupDate ;
@@ -872,7 +871,7 @@ public String resolveStringValue(String strVal) {
872
871
* {@link org.springframework.context.event.ContextRefreshedEvent}.
873
872
*/
874
873
protected void finishRefresh () {
875
- // Clear context-level resource caches (such as ASM metadata).
874
+ // Clear context-level resource caches (such as ASM metadata from scanning ).
876
875
clearResourceCaches ();
877
876
878
877
// Initialize lifecycle processor for this context.
You can’t perform that action at this time.
0 commit comments