Skip to content

Commit 172f38a

Browse files
committed
[feat]학사일정 다음년도 추가
1 parent fc56ccd commit 172f38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/example/Jinus/service/academic/AcademicService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public static String joinAllAcademics(String startDate, String endDate, String c
116116
return duration + "\uD83D\uDDD3\uFE0F" + content + "\n\n";
117117
}
118118

119-
// 날짜 추출(월/일)a
119+
// 날짜 추출(월/일)
120120
public static String spltDate(String date) {
121121
String[] spltDate = date.split(" ");
122122
String[] spltMonth = spltDate[0].split("-");

0 commit comments

Comments
 (0)