From 954e8ec35992cc2a8452de630e5ea5fefe5717f5 Mon Sep 17 00:00:00 2001 From: Hannes Braun Date: Thu, 24 Aug 2023 23:26:57 +0200 Subject: [PATCH] Fix typo in comment about mensa menu update --- .../org/mosad/thecitadelofricks/controller/CacheController.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/org/mosad/thecitadelofricks/controller/CacheController.kt b/src/main/kotlin/org/mosad/thecitadelofricks/controller/CacheController.kt index 3a6db5d..aaebad1 100644 --- a/src/main/kotlin/org/mosad/thecitadelofricks/controller/CacheController.kt +++ b/src/main/kotlin/org/mosad/thecitadelofricks/controller/CacheController.kt @@ -279,7 +279,7 @@ class CacheController { asyncUpdateTimetables() } - // update courses every hour (time in ms) + // update mensa menu every hour (time in ms) Timer().scheduleAtFixedRate(initDelay1h, duration1h) { asyncUpdateMensa() }