Skip to content
Snippets Groups Projects
Unverified Commit 6f71228d authored by tonschnoer's avatar tonschnoer Committed by GitHub
Browse files

Update Main.java

Test GitHub Editor
parent ece58d1d
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ public class Main {
ScheduleExpression se = new ScheduleExpression();
se.hour("*").minute("0/1").second("0/1");
timerService.createCalendarTimer(se, new TimerConfig("ARD-ZDF-Box Cleanup Service scheduled at ", false));
timerService.createCalendarTimer(se, new TimerConfig("Cleanup Service scheduled at ", false));
}
catch(Exception _ex) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment