From 1a3012a009f124a1f363b63d47e40321dc6c659e Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 12 Apr 2018 13:24:03 +0200 Subject: [server] Fix comment --- .../main/java/org/openslx/bwlp/sat/maintenance/DeleteOldLectures.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dozentenmodulserver/src/main/java') 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() { -- cgit v1.2.3-55-g7522