Polishing

This commit is contained in:
Juergen Hoeller
2018-07-26 15:55:15 +02:00
parent 79936d98de
commit 5da58393c1
4 changed files with 26 additions and 16 deletions

View File

@@ -160,7 +160,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")