Skip to content

Commit

Permalink
refactor: 접근제어자 누락 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ503 committed Oct 10, 2023
1 parent 931503f commit 559cb38
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 @@
public class AppUserService implements UserService {

private final UserDao userDao;
final UserHistoryDao userHistoryDao;
private final UserHistoryDao userHistoryDao;

public AppUserService(final UserDao userDao, final UserHistoryDao userHistoryDao) {
this.userDao = userDao;
Expand Down

0 comments on commit 559cb38

Please sign in to comment.