Skip to content

Commit

Permalink
chore: 에러 메시지 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Soundbar91 committed Nov 22, 2024
1 parent 7aa585f commit cc0e043
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public ResponseEntity<Object> handleOptimisticLockException(
) {
log.warn(e.getMessage());
requestLogging(((ServletWebRequest)request).getRequest());
return buildErrorResponse(HttpStatus.CONFLICT, e.getMessage());
return buildErrorResponse(HttpStatus.CONFLICT, "이미 처리된 요청입니다.");
}

@ExceptionHandler(Exception.class)
Expand Down

0 comments on commit cc0e043

Please sign in to comment.