Browse Source

Polish

pull/34764/head
Mortitz Halbritter 3 years ago committed by Phillip Webb
parent
commit
dcb4f3cf97
  1. 2
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/orm/jpa/EntityManagerFactoryBuilder.java

2
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/orm/jpa/EntityManagerFactoryBuilder.java

@ -82,7 +82,7 @@ public class EntityManagerFactoryBuilder { @@ -82,7 +82,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,

Loading…
Cancel
Save