File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spring-framework-reference/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1437,7 +1437,7 @@ package fiona.apple;
1437
1437
1438
1438
<lineannotation >// Spring-API imports</lineannotation >
1439
1439
import org.springframework.beans.BeansException;
1440
- import org.springframework.context.Applicationcontext ;
1440
+ import org.springframework.context.ApplicationContext ;
1441
1441
import org.springframework.context.ApplicationContextAware;
1442
1442
1443
1443
public class CommandManager implements ApplicationContextAware {
Original file line number Diff line number Diff line change 93
93
</interfacename > registration is through <interfacename >ApplicationContext
94
94
</interfacename > auto-detection (as described above), it is also
95
95
possible to register them <emphasis >programmatically</emphasis >
96
- against an <interfacename >ApplicationContext </interfacename > using the
96
+ against a <interfacename >ConfigurableBeanFactory </interfacename > using the
97
97
<methodname >addBeanPostProcessor</methodname > method. This can be useful
98
98
when needing to evaluate conditional logic before registration, or even
99
99
for copying bean post processors across contexts in a hierarchy. Note
You can’t perform that action at this time.
0 commit comments