Skip to content

Commit c931eaa

Browse files
committed
documentation fixes (SPR-9025, SPR-9027)
1 parent 357a519 commit c931eaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-framework-reference/src/beans-dependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,7 @@ package fiona.apple;
14371437

14381438
<lineannotation>// Spring-API imports</lineannotation>
14391439
import org.springframework.beans.BeansException;
1440-
import org.springframework.context.Applicationcontext;
1440+
import org.springframework.context.ApplicationContext;
14411441
import org.springframework.context.ApplicationContextAware;
14421442

14431443
public class CommandManager implements ApplicationContextAware {

spring-framework-reference/src/beans-extension-points.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
</interfacename> registration is through <interfacename>ApplicationContext
9494
</interfacename> auto-detection (as described above), it is also
9595
possible to register them <emphasis>programmatically</emphasis>
96-
against an <interfacename>ApplicationContext</interfacename> using the
96+
against a <interfacename>ConfigurableBeanFactory</interfacename> using the
9797
<methodname>addBeanPostProcessor</methodname> method. This can be useful
9898
when needing to evaluate conditional logic before registration, or even
9999
for copying bean post processors across contexts in a hierarchy. Note

0 commit comments

Comments
 (0)