Skip to content

Commit

Permalink
♻️ :: 사용하지 않는 메서드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
dkflfkd53 committed Apr 13, 2024
1 parent 72076ca commit e4c20b0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ public interface ReportRepository extends JpaRepository<Report, Long> {
Boolean existsByClassNumberAndNotice(String classNumber, Notice notice);

List<Report> findAllByClassNumber(String classNumber);

Report findByClassNumberAndNotice(String classNumber, Notice notice);
}

0 comments on commit e4c20b0

Please sign in to comment.