Skip to content

Commit

Permalink
chore: (#283) 버전 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
softpeanut committed Jan 7, 2023
1 parent 7d45488 commit 5421ce6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import team.comit.simtong.global.error.dto.ErrorResponse
*
* @author kimbeomjin
* @date 2022/08/22
* @version 1.0.0
* @version 1.2.3
**/
@RestControllerAdvice
class GlobalErrorHandler {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import javax.validation.ConstraintViolationException
* @author kimbeomjin
* @author Chokyunghyeon
* @date 2022/08/22
* @version 1.0.0
* @version 1.2.3
**/
@RestControllerAdvice
class WebErrorHandler {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import javax.validation.ConstraintViolationException
*
* @author kimbeomjin
* @date 2022/08/22
* @version 1.0.0
* @version 1.2.3
**/
class ErrorResponse(
val status: Int,
Expand Down

0 comments on commit 5421ce6

Please sign in to comment.