Skip to content

Commit bd85e9b

Browse files
odrotbohmAntonMolganov
authored andcommitted
Polishing.
Indentation in testcases (spaces -> tabs). Additional imports.
1 parent c053f08 commit bd85e9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-data-jpa/src/test/java/org/springframework/data/jpa/repository/UserRepositoryTests.java

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
import org.springframework.dao.InvalidDataAccessApiUsageException;
5757
import org.springframework.data.domain.Example;
5858
import org.springframework.data.domain.ExampleMatcher;
59+
import org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher;
60+
import org.springframework.data.domain.ExampleMatcher.StringMatcher;
5961
import org.springframework.data.domain.Page;
6062
import org.springframework.data.domain.PageImpl;
6163
import org.springframework.data.domain.PageRequest;

0 commit comments

Comments
 (0)