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 @@ -303,8 +303,9 @@ public void initializeFunctionRegistry(FunctionContributions functionContributio
303303 functionContributions .getFunctionRegistry ().register ( "greatest" , new CaseLeastGreatestEmulation ( false ) );
304304 functionContributions .getFunctionRegistry ().namedDescriptorBuilder ( "matches" )
305305 .setInvariantType ( functionContributions .getTypeConfiguration ()
306- .getBasicTypeRegistry ()
307- .resolve ( StandardBasicTypes .STRING ) )
306+ .getBasicTypeRegistry ()
307+ .resolve ( StandardBasicTypes .STRING )
308+ )
308309 .setExactArgumentCount ( 2 )
309310 .setArgumentTypeResolver (
310311 StandardFunctionArgumentTypeResolvers .impliedOrInvariant (
You can’t perform that action at this time.
0 commit comments