We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2addf4 commit a80feadCopy full SHA for a80fead
hibernate-core/src/main/java/org/hibernate/boot/model/TypeContributor.java
@@ -53,7 +53,7 @@ public interface TypeContributor {
53
* contributions from lower precedence. E.g. if a contributor with precedence 2000 contributes
54
* some type, that will override Hibernate's standard type of that name.
55
*
56
- * @return the ordinal for this TypenContributor
+ * @return the ordinal for this TypeContributor
57
*/
58
default int ordinal(){
59
return 1000;
0 commit comments