Polishing

This commit is contained in:
Sam Brannen
2022-05-16 10:53:35 +02:00
parent bf8a54decf
commit fe7c6f075b
4 changed files with 48 additions and 64 deletions

View File

@@ -30,8 +30,8 @@ import org.springframework.util.Assert;
/**
* AOT specific factory loading mechanism for internal use within the framework.
* <p>
* Loads and instantiates factories of a given type from
*
* <p>Loads and instantiates factories of a given type from
* {@value #FACTORIES_RESOURCE_LOCATION} and merges them with matching beans
* from a {@link ListableBeanFactory}.
*