documentation fixes (SPR-9025, SPR-9027)

This commit is contained in:
Juergen Hoeller
2012-02-08 18:35:57 +01:00
parent 357a5193b7
commit c931eaa436
2 changed files with 2 additions and 2 deletions

View File

@@ -1437,7 +1437,7 @@ package fiona.apple;
<lineannotation>// Spring-API imports</lineannotation>
import org.springframework.beans.BeansException;
import org.springframework.context.Applicationcontext;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
public class CommandManager implements ApplicationContextAware {

View File

@@ -93,7 +93,7 @@
</interfacename> registration is through <interfacename>ApplicationContext
</interfacename> auto-detection (as described above), it is also
possible to register them <emphasis>programmatically</emphasis>
against an <interfacename>ApplicationContext</interfacename> using the
against a <interfacename>ConfigurableBeanFactory</interfacename> using the
<methodname>addBeanPostProcessor</methodname> method. This can be useful
when needing to evaluate conditional logic before registration, or even
for copying bean post processors across contexts in a hierarchy. Note