summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver
diff options
context:
space:
mode:
Diffstat (limited to 'dozentenmodulserver')
-rw-r--r--dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/maintenance/DeleteOldLectures.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/maintenance/DeleteOldLectures.java b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/maintenance/DeleteOldLectures.java
index c0a5b65f..614ed19f 100644
--- a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/maintenance/DeleteOldLectures.java
+++ b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/maintenance/DeleteOldLectures.java
@@ -22,7 +22,7 @@ public class DeleteOldLectures implements Runnable {
/**
* Initialize the delete task. This schedules a timer that runs
- * every 5 minutes. If the hour of day reaches 4, it will fire
+ * every 7 minutes. If the hour of day reaches 4, it will fire
* the task, and block it from running for the next 12 hours.
*/
public synchronized static void init() {