We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6dce6 commit 35c75caCopy full SHA for 35c75ca
src/main/java/net/dancier/dancer/dancers/DancerRepository.java
@@ -22,13 +22,4 @@ List<Dancer> findFirst500ByGenderAndLongitudeBetweenAndLatitudeBetween(
22
double upperLatitude
23
);
24
25
- List<Dancer> findFirst500ByLongitudeBetween(
26
- double lowerLongitude,
27
- double upperLongitude
28
- );
29
-
30
- List<Dancer> findFirst500ByGender(
31
- Gender gender
32
33
34
}
0 commit comments