Skip to content

Commit c0f59a1

Browse files
committed
Merge branch '3.0.x'
2 parents 3dbc3a1 + d3cdaf9 commit c0f59a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public EntityManagerFactoryBuilder(JpaVendorAdapter jpaVendorAdapter, Map<String
8383
* @param persistenceUnitManager optional source of persistence unit information (can
8484
* be null)
8585
* @param persistenceUnitRootLocation the persistence unit root location to use as a
86-
* fallback (can be null)
86+
* fallback or {@code null}
8787
* @since 1.4.1
8888
*/
8989
public EntityManagerFactoryBuilder(JpaVendorAdapter jpaVendorAdapter, Map<String, ?> jpaProperties,

0 commit comments

Comments
 (0)