Skip to content

Commit 2336838

Browse files
committed
DATAJDBC-539 - Polishing.
Original pull request: #217.
1 parent c2386b6 commit 2336838

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-data-relational/src/test/java/org/springframework/data/relational/repository/query/CriteriaFactoryUnitTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ void shouldConsiderArrayValuesInInOperator() {
7474

7575
@SneakyThrows
7676
private QueryMethod getQueryMethod(String methodName, Class<?>... parameterTypes) {
77+
7778
Method method = UserRepository.class.getMethod(methodName, parameterTypes);
7879
return new QueryMethod(method, new DefaultRepositoryMetadata(UserRepository.class),
7980
new SpelAwareProxyProjectionFactory());

0 commit comments

Comments
 (0)