Skip to content

Commit 760a55f

Browse files
committed
refactor(user): from class to interface
1 parent 3d82ca9 commit 760a55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/nextstep/users/infrastructure/JdbcUserRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
public class JdbcUserRepository implements UserRepository {
1616
private JdbcOperations jdbcTemplate;
1717

18-
public JdbcUserRepository(JdbcTemplate jdbcTemplate) {
18+
public JdbcUserRepository(JdbcOperations jdbcTemplate) {
1919
this.jdbcTemplate = jdbcTemplate;
2020
}
2121

0 commit comments

Comments
 (0)