Skip to content

Commit dcb4f3c

Browse files
mhalbritterphilwebb
authored andcommitted
Polish
1 parent bece347 commit dcb4f3c

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
@@ -82,7 +82,7 @@ public EntityManagerFactoryBuilder(JpaVendorAdapter jpaVendorAdapter, Map<String
8282
* @param persistenceUnitManager optional source of persistence unit information (can
8383
* be null)
8484
* @param persistenceUnitRootLocation the persistence unit root location to use as a
85-
* fallback (can be null)
85+
* fallback or {@code null}
8686
* @since 1.4.1
8787
*/
8888
public EntityManagerFactoryBuilder(JpaVendorAdapter jpaVendorAdapter, Map<String, ?> jpaProperties,

0 commit comments

Comments
 (0)