Skip to content

Commit

Permalink
removed unneeded methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jans510 committed Dec 10, 2024
1 parent 5e6dce6 commit 35c75ca
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,4 @@ List<Dancer> findFirst500ByGenderAndLongitudeBetweenAndLatitudeBetween(
double upperLatitude
);

List<Dancer> findFirst500ByLongitudeBetween(
double lowerLongitude,
double upperLongitude
);

List<Dancer> findFirst500ByGender(
Gender gender
);

}

0 comments on commit 35c75ca

Please sign in to comment.