Skip to content

Commit a80fead

Browse files
committed
HHH-19247 corrected typo in TypeContributor
1 parent a2addf4 commit a80fead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/boot/model/TypeContributor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public interface TypeContributor {
5353
* contributions from lower precedence. E.g. if a contributor with precedence 2000 contributes
5454
* some type, that will override Hibernate's standard type of that name.
5555
*
56-
* @return the ordinal for this TypenContributor
56+
* @return the ordinal for this TypeContributor
5757
*/
5858
default int ordinal(){
5959
return 1000;

0 commit comments

Comments
 (0)