Skip to content

Commit

Permalink
rename: enum name 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook02 committed Aug 6, 2024
1 parent 06de7fd commit 9f999bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public enum AssignmentSubmissionStatus {
NOT_SUBMITTED("미제출"),
WORD_COUNT_INSUFFICIENT("글자수 부족"),
LOCATION_UNIDENTIFIABLE("위치 확인불가"),
SUBMISSION_SUCCESS("제출 성공");
SUCCESS("제출 성공");

private final String value;
}

0 comments on commit 9f999bc

Please sign in to comment.