Skip to content

Commit

Permalink
chore: 인터페이스에 불필요한 접근지정자 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jang-namu committed Mar 15, 2024
1 parent 0089b49 commit 691f6da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

public interface ProfileRepository extends JpaRepository<Profile,Long> {

public Profile findByUserUserId(Long userId);
Profile findByUserUserId(Long userId);
}

0 comments on commit 691f6da

Please sign in to comment.