ci test 2
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jannik 2020-03-02 22:34:10 +01:00
parent 1798054580
commit c22f752788
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ class CacheController {
var timetableList = ArrayList<TimetableCourseWeek>() // this list contains all timetables
/**
* get a timetable, since they may not cached, we need to make sure it's cached, otherwise download
* get a timetable, since they may not be cached, we need to make sure it's cached, otherwise download
* @param courseName the name of the course to be requested
* @param weekIndex request week number (current week = 0)
* @return timetable of the course (Type: [TimetableCourseWeek])
@ -90,7 +90,7 @@ class CacheController {
}
/**
* get every explicit lesson in a week
* get every explicit lesson in a week for a selected course
* @param courseName the name of the course to be requested
* @param weekIndex request week number (current week = 0)
* @return a HashSet of explicit lessons for one week