Polishing

This commit is contained in:
Sam Brannen
2022-07-13 16:12:26 +02:00
parent c6be3b33c9
commit 2e4d7e4ef9
2 changed files with 9 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ import org.springframework.beans.BeansException;
* (possibly shared or independent) when invoked.
*
* <p>This interface is typically used to encapsulate a generic factory which
* returns a new instance (prototype) of some target objects on each invocation.
* returns a new instance (prototype) of some target object on each invocation.
*
* <p>This interface is similar to {@link FactoryBean}, but implementations
* of the latter are normally meant to be defined as SPI instances in a