removed invalid TODOs
Todas as verificações foram bem sucedidas
continuous-integration/drone/push Build is passing

Esse commit está contido em:
2019-11-21 14:58:34 +01:00
commit 4ca79e6540
2 arquivos alterados com 2 adições e 2 exclusões

Ver arquivo

@ -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 {

Ver arquivo

@ -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()
}