We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ba7e5 commit 13d604dCopy full SHA for 13d604d
src/main/java/com/threestar/trainus/domain/lesson/teacher/service/AdminLessonService.java
@@ -381,7 +381,7 @@ private ApplicationStatus toApplicationStatus(String status) {
381
}
382
383
384
- //레슨 상태 파싱
+ //레슨 신청 상태 검증
385
private LessonStatus toLessonStatus(String status) {
386
try {
387
return LessonStatus.valueOf(status);
@@ -469,4 +469,4 @@ public LessonApplication findApplicationById(Long applicationId) {
469
return lessonApplicationRepository.findById(applicationId)
470
.orElseThrow(() -> new BusinessException(ErrorCode.LESSON_APPLICATION_NOT_FOUND));
471
472
-}
+}
0 commit comments