HHH-13800 add a new found typo in org.hibernate.graph package's package-info.java

This commit is contained in:
Nathan Xu 2020-01-06 16:01:13 -05:00
parent 674b1dfd27
commit 207c0d68be
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
/**
* Hibernate's (extended) support for JPA's entity graphs
*
* @apiNote This entire package (including sub-ppackages) is considered incubating
* @apiNote This entire package (including sub-packages) is considered incubating
*/
@Incubating
package org.hibernate.graph;