HHH-13785 : HQL/Criteria function support

- checkstyle
This commit is contained in:
Steve Ebersole 2019-12-22 07:33:28 -06:00
parent ba5b4e7c02
commit 77377337d6
1 changed files with 1 additions and 1 deletions

View File

@ -65,4 +65,4 @@ public class TimestampaddFunction implements SqmFunctionDescriptor {
return functionDescriptor.generateSqlExpression( functionName, arguments, inferableTypeAccess, converter, creationState );
}
}
}