Fix doc typo in AbstractAutowireCapableBeanFactory

This commit is contained in:
Chris Beams 2011-09-27 18:16:20 +00:00
parent a33d277509
commit 34956d30b3
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@ public abstract class AbstractAutowireCapableBeanFactory extends AbstractBeanFac
/**
* This implementation attempts to query the FactoryBean's generic parameter metadata
* if present to determin the object type. If not present, i.e. the FactoryBean is
* if present to determine the object type. If not present, i.e. the FactoryBean is
* declared as a raw type, checks the FactoryBean's <code>getObjectType</code> method
* on a plain instance of the FactoryBean, without bean properties applied yet.
* If this doesn't return a type yet, a full creation of the FactoryBean is