Skip to content

Commit

Permalink
[FEAT] final 키워드 활용하여 List 초기화 하도록 변경 #136
Browse files Browse the repository at this point in the history
  • Loading branch information
ddongseop committed Mar 8, 2024
1 parent 3cfae66 commit 6c5ecf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public void filterFirstQuestion(Long userId) {
.build();
qnARepository.save(newQnA);

parentchild.setQna(newQnA);
parentchild.setQna(newQnA);
}

@Transactional
Expand Down

0 comments on commit 6c5ecf8

Please sign in to comment.