File tree 1 file changed +2
-2
lines changed
hibernate-core/src/main/java/org/hibernate/boot/model
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ public interface FunctionContributor {
52
52
* The range 0-500 is reserved for Hibernate, range 500-1000 for libraries and
53
53
* 1000-Integer.MAX_VALUE for user-defined FunctionContributors.
54
54
* <p>
55
- * Contributions from higher precedence contributors (higher numbers) effectively override
56
- * contributions from lower precedence. E.g. if a contributor with precedence 1000 contributes a
55
+ * Contributions from higher precedence contributors (higher numbers) effectively override
56
+ * contributions from lower precedence. E.g. if a contributor with precedence 1000 contributes a
57
57
* function named {@code "max"}, that will override Hibernate's standard function of that name.
58
58
*
59
59
* @return the ordinal for this FunctionContributor
You can’t perform that action at this time.
0 commit comments