Polish
This commit is contained in:
parent
bece347987
commit
dcb4f3cf97
|
|
@ -82,7 +82,7 @@ public class EntityManagerFactoryBuilder {
|
||||||
* @param persistenceUnitManager optional source of persistence unit information (can
|
* @param persistenceUnitManager optional source of persistence unit information (can
|
||||||
* be null)
|
* be null)
|
||||||
* @param persistenceUnitRootLocation the persistence unit root location to use as a
|
* @param persistenceUnitRootLocation the persistence unit root location to use as a
|
||||||
* fallback (can be null)
|
* fallback or {@code null}
|
||||||
* @since 1.4.1
|
* @since 1.4.1
|
||||||
*/
|
*/
|
||||||
public EntityManagerFactoryBuilder(JpaVendorAdapter jpaVendorAdapter, Map<String, ?> jpaProperties,
|
public EntityManagerFactoryBuilder(JpaVendorAdapter jpaVendorAdapter, Map<String, ?> jpaProperties,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue