File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
hibernate-community-dialects/src/main/java/org/hibernate/community/dialect Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -325,8 +325,9 @@ public void initializeFunctionRegistry(FunctionContributions functionContributio
325325 functionContributions .getFunctionRegistry ().register ( "greatest" , new CaseLeastGreatestEmulation ( false ) );
326326 functionContributions .getFunctionRegistry ().namedDescriptorBuilder ( "matches" )
327327 .setInvariantType ( functionContributions .getTypeConfiguration ()
328- .getBasicTypeRegistry ()
329- .resolve ( StandardBasicTypes .STRING ) )
328+ .getBasicTypeRegistry ()
329+ .resolve ( StandardBasicTypes .STRING )
330+ )
330331 .setExactArgumentCount ( 2 )
331332 .setArgumentTypeResolver (
332333 StandardFunctionArgumentTypeResolvers .impliedOrInvariant (
You can’t perform that action at this time.
0 commit comments