Skip to content

Commit 21ed3c3

Browse files
gavinkingsebersole
andauthored
Update hibernate-core/src/main/java/org/hibernate/jpa/HibernatePersistenceConfiguration.java
Co-authored-by: Steve Ebersole <[email protected]>
1 parent 851b046 commit 21ed3c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hibernate-core/src/main/java/org/hibernate/jpa/HibernatePersistenceConfiguration.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@
7676
* {@code hibernate-scan-jandex} or some other service implementing
7777
* {@link org.hibernate.boot.archive.scan.spi.ScannerFactory} is available,
7878
* the given URLs are scanned for entity classes, embeddable classes,
79-
* mapped superclasses, converters, and XML mappings, alleviating the program
80-
* of the need to call {@link #managedClass} or {@link #mappingFile}.
79+
* mapped superclasses, converters, and XML mappings, alleviating the need to call {@link #managedClass} or {@link #mappingFile}.
8180
*
8281
* @apiNote The specification explicitly encourages implementors to extend
8382
* {@link PersistenceConfiguration} to accommodate vendor-specific

0 commit comments

Comments
 (0)