Skip to content

Commit

Permalink
Merge pull request #175 from lemonssoju/develop-v2
Browse files Browse the repository at this point in the history
[develop-v2] main merge
  • Loading branch information
JoongHyun-Kim authored Jun 3, 2024
2 parents be610f2 + 3b74913 commit 7fbe14f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
@Service
@RequiredArgsConstructor
public class CommentService {
UserRepository userRepository;
CommentRepository commentRepository;
UserService userService;
AlbumRepository albumRepository;
private final UserRepository userRepository;
private final CommentRepository commentRepository;
private final UserService userService;
private final AlbumRepository albumRepository;

// 댓글 등록
@Transactional(rollbackFor = Exception.class)
Expand Down

0 comments on commit 7fbe14f

Please sign in to comment.