Fixed a typo in documentation.

'AbstractFactoryBean#getEarlySingletonInstance' documentation mentions "eager singleton". I'm quite sure it should be fixed to "early singleton".
This commit is contained in:
Hannes Metssalu 2018-07-26 13:12:23 +03:00 committed by Juergen Hoeller
parent c2a5fcd353
commit 142530874b
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ public abstract class AbstractFactoryBean<T>
}
/**
* Determine an 'eager singleton' instance, exposed in case of a
* Determine an 'early singleton' instance, exposed in case of a
* circular reference. Not called in a non-circular scenario.
*/
@SuppressWarnings("unchecked")