Skip to content

Commit f276b45

Browse files
committed
HHH-19247 reverted whitespace change
1 parent a80fead commit f276b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)