Skip to content

Commit

Permalink
fix: #139 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tnals2384 committed Sep 10, 2024
1 parent 34a6007 commit 5748bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/server/capple/dummy/DummyService.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void generateDummyData(int memberCount, int boardCount) {
.setParameter("memberCount", memberCount)
.setParameter("boardCount", boardCount)
.getSingleResult(); //프로시저 수행 후 아무것도 반환하지 않음
//excuteUpdate() 수행시 int 값을 반환해야하는데, 반환하지 않아서 Error -> getSingleResult() 사용해서 null값 받음
//executeUpdate() 수행시 int 값을 반환해야하는데, 반환하지 않아서 Error -> getSingleResult() 사용해서 null값 받음
}


Expand Down

0 comments on commit 5748bb6

Please sign in to comment.