Skip to content

Commit

Permalink
docs: (#25) javadoc 되돌리기
Browse files Browse the repository at this point in the history
  • Loading branch information
khcho0125 committed Sep 5, 2022
1 parent 0d56cbb commit f357f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import team.comit.simtong.global.security.token.JwtParser
* @author kimbeomjin
* @author Chokyunghyeon
* @date 2022/08/31
* @version 1.1.0
* @version 1.0.0
**/
@Component
class FilterConfig(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import team.comit.simtong.global.error.ErrorProperty
* @author kimbeomjin
* @author Chokyunghyeon
* @date 2022/08/31
* @version 1.1.0
* @version 1.0.0
**/
enum class SecurityErrorCode(
private val status: HttpStatus,
Expand Down

0 comments on commit f357f10

Please sign in to comment.