Skip to content

Commit

Permalink
fix: week ...
Browse files Browse the repository at this point in the history
  • Loading branch information
moonjin-kim committed Apr 4, 2024
1 parent ef21795 commit c3ff919
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import java.time.LocalDateTime;

public enum Week {

//todo : week 양식 수정
Mon(DayOfWeek.MONDAY), // 월
Tue(DayOfWeek.TUESDAY), // 화
wed(DayOfWeek.WEDNESDAY), // 수
Expand Down

0 comments on commit c3ff919

Please sign in to comment.