Skip to content

Commit

Permalink
docs: (#78) javadoc 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
khcho0125 committed Sep 26, 2022
1 parent 948999f commit 8338db1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class WebErrorHandler {
}

/**
* 전송받은 Request 의 Non-Null 필드가 Null 일 때 발생
* 허용되지 않은 Null 값이 할당될 때 발생
*/
@ExceptionHandler(NullPointerException::class)
@ResponseStatus(HttpStatus.BAD_REQUEST)
Expand Down

0 comments on commit 8338db1

Please sign in to comment.