Formatting cleanup

This commit is contained in:
alex-semenyuk
2015-08-09 19:13:51 +02:00
parent 759298a2bc
commit 02ba4a5605
5 changed files with 66 additions and 69 deletions
@@ -25,6 +25,6 @@ public interface UserRepository extends MongoRepository<User, String>, QueryDslP
List<User> findByAgeBetween(int ageGT, int ageLT);
List<User> findByNameStartingWith(String regexp);
List<User> findByNameEndingWith(String regexp);
}