removed invalid TODOs
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jannik 2019-11-21 14:58:34 +01:00
parent 9dd875fcb3
commit 4ca79e6540
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ class APIController {
CacheController()
}
// TODO remove this with API version 1.2.0
// TODO remove this with API version 2.0.0
@Deprecated("courses is replaced by courseList", replaceWith = ReplaceWith("courseList()"))
@RequestMapping("/courses")
fun courses(): CourseList {

View File

@ -66,7 +66,7 @@ class StartupController {
createConfig()
}
// TODO read cached timetable files, as they are not initially cached
// read cached timetable files, as they are not initially cached
readCachedTimetables()
}