Skip to content

Commit

Permalink
SMA-109: deleted unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
ivamach committed Apr 25, 2024
1 parent 736c01b commit 0bef504
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
@Repository
public interface EventPlayerRepository extends JpaRepository<EventPlayer, Long> {

EventPlayer findEventPlayerById(Long id);

Optional<EventPlayer> findEventPlayerByPlayer(User player);

List<EventPlayer> findEventPlayersByEvent(Event event);
Expand Down

0 comments on commit 0bef504

Please sign in to comment.