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 876e1be commit c956b82Copy full SHA for c956b82
src/main/java/org/withtime/be/withtimebe/domain/date/entity/enums/DateTime.java
@@ -2,14 +2,12 @@
2
3
import lombok.AllArgsConstructor;
4
import lombok.Getter;
5
-import org.withtime.be.withtimebe.global.error.code.DateCourseErrorCode;
6
-import org.withtime.be.withtimebe.global.error.exception.DateCourseException;
7
8
@Getter
9
@AllArgsConstructor
10
public enum DateTime {
11
ONETOTWO(2),
12
- THREETOFROUR(3),
+ THREETOFOUR(3),
13
HALFDAY(4),
14
ALLDAY(5);
15
0 commit comments