Polishing.

Reformat code.

See: #2673
Original pull request: #2674
This commit is contained in:
Mark Paluch
2022-10-20 15:53:27 +02:00
parent 0754fecd73
commit e197ea9d08

View File

@@ -66,7 +66,7 @@ class JpaRuntimeHints implements RuntimeHintsRegistrar {
// needs to present for evaluating default attribute values in JpaQueryMethod
hints.reflection().registerType(Query.class, hint -> hint.withMembers(MemberCategory.INVOKE_PUBLIC_METHODS));
if(QuerydslUtils.QUERY_DSL_PRESENT) {
if (QuerydslUtils.QUERY_DSL_PRESENT) {
hints.reflection().registerType(QuerydslJpaPredicateExecutor.class,
hint -> hint.withMembers(MemberCategory.INVOKE_PUBLIC_CONSTRUCTORS, MemberCategory.INVOKE_PUBLIC_METHODS)