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 @@ -354,8 +354,9 @@ public void initializeFunctionRegistry(FunctionContributions functionContributio
354354 functionContributions .getFunctionRegistry ().register ( "greatest" , new CaseLeastGreatestEmulation ( false ) );
355355 functionContributions .getFunctionRegistry ().namedDescriptorBuilder ( "matches" )
356356 .setInvariantType ( functionContributions .getTypeConfiguration ()
357- .getBasicTypeRegistry ()
358- .resolve ( StandardBasicTypes .STRING ) )
357+ .getBasicTypeRegistry ()
358+ .resolve ( StandardBasicTypes .STRING )
359+ )
359360 .setExactArgumentCount ( 2 )
360361 .setArgumentTypeResolver (
361362 StandardFunctionArgumentTypeResolvers .impliedOrInvariant (
You can’t perform that action at this time.
0 commit comments