This commit is contained in:
2022-11-17 19:37:02 +01:00
parent d700c73c8c
commit 8f5c9a9479
14 changed files with 130 additions and 131 deletions

View File

@@ -22,5 +22,6 @@ public class Message {
this.message = message;
this.interval = interval;
this.cronJob = cronJob;
this.cronJobString=cronJobString;
}
}