Skip to content

Commit f031610

Browse files
committed
#29 - ExportFileType: 강의에서 구현하지 않은 부분 주석 처리
json, sql_insert는 너무 유용한 출력 형식이지만 강의 분량 문제로 강의 시간에 구현하지 않음. 강의 밖에서 별도 이슈로 다룰 예정. 구현할 때까지 오픈하지 않고 주석 처리하여 가림.
1 parent 7b41ce9 commit f031610

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package uno.fastcampus.testdata.domain.constant;
22

33
public enum ExportFileType {
4-
CSV, TSV, JSON, SQL_INSERT;
4+
CSV,
5+
TSV,
6+
// JSON, // TODO: 강의 시간 상 구현을 생략함. 구현하면 TODO 삭제
7+
// SQL_INSERT, // TODO: 강의 시간 상 구현을 생략함. 구현하면 TODO 삭제
8+
;
59
}

0 commit comments

Comments
 (0)