Skip to content

Commit

Permalink
fix: 중복된 메서드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
leegwichan committed Aug 23, 2024
1 parent 9ec1ab6 commit 9154f62
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ public interface RoomRepository extends JpaRepository<Room, Long> {
Optional<Room> findByUuidWithLock(String uuid);

List<Room> findAllByLastModifiedAtBefore(LocalDateTime lastModifiedAt);

Optional<Room> findByUuid(String uuid);
}

0 comments on commit 9154f62

Please sign in to comment.