From bd7a6f658ab5ddd468f05b2ed9d9080a78953980 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 28 Aug 2012 18:25:44 +0200 Subject: [PATCH] Typo in ApplicationContextAware and BeanNameAware section Issue: SPR-9609 --- src/reference/docbook/beans-customizing.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/reference/docbook/beans-customizing.xml b/src/reference/docbook/beans-customizing.xml index 5578d5cb9a2..51b5c36e27e 100644 --- a/src/reference/docbook/beans-customizing.xml +++ b/src/reference/docbook/beans-customizing.xml @@ -471,10 +471,10 @@ public final class Boot { argument or setter method parameter, respectively. For more flexibility, including the ability to autowire fields and multiple parameter methods, use the new annotation-based autowiring features. If you do, the - ApplicationFactory is autowired into a + ApplicationContext is autowired into a field, constructor argument, or method parameter that is expecting the - BeanFactory type if the field, constructor, - or method in question carries the + ApplicationContext type if the field, + constructor, or method in question carries the @Autowired annotation. For more information, see .