File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
hibernate-core/src/main/java/org/hibernate/boot/model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ public interface FunctionContributor {
5252 * The range 0-500 is reserved for Hibernate, range 500-1000 for libraries and
5353 * 1000-Integer.MAX_VALUE for user-defined FunctionContributors.
5454 * <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
5757 * function named {@code "max"}, that will override Hibernate's standard function of that name.
5858 *
5959 * @return the ordinal for this FunctionContributor
You can’t perform that action at this time.
0 commit comments