Skip to content

Commit

Permalink
Merge pull request #134 from UnivApp/feature/refactor18
Browse files Browse the repository at this point in the history
refactor: 오타 수정
  • Loading branch information
nyeroni authored Oct 8, 2024
2 parents ab4edcc + 1a5f087 commit 7695117
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import java.util.List;
import java.util.Optional;

public interface EmploymentRateRepository extends JpaRepository<CompetitionRate, Long> {
public interface EmploymentRateRepository extends JpaRepository<EmploymentRate, Long> {
List<EmploymentRate> findByUniversity(University university);

Optional<EmploymentRate> findTopByUniversityOrderByEmploymentYearDesc(University university);
Expand Down

0 comments on commit 7695117

Please sign in to comment.