Merge branch '2.7.x' into 3.0.x

This commit is contained in:
Phillip Webb 2023-03-23 23:04:01 -07:00
commit d3cdaf9d01

View File

@ -83,7 +83,7 @@ public class EntityManagerFactoryBuilder {
* @param persistenceUnitManager optional source of persistence unit information (can
* be null)
* @param persistenceUnitRootLocation the persistence unit root location to use as a
* fallback (can be null)
* fallback or {@code null}
* @since 1.4.1
*/
public EntityManagerFactoryBuilder(JpaVendorAdapter jpaVendorAdapter, Map<String, ?> jpaProperties,