diff --git a/src/asciidoc/integration.adoc b/src/asciidoc/integration.adoc index eb35e79d2636..9f5e7dce6af4 100644 --- a/src/asciidoc/integration.adoc +++ b/src/asciidoc/integration.adoc @@ -6410,7 +6410,7 @@ during the 9-to-5 "business hours" on weekdays. [source,java,indent=0] [subs="verbatim"] ---- - scheduler.schedule(task, new CronTrigger("* 15 9-17 * * MON-FRI")); + scheduler.schedule(task, new CronTrigger("0 15 9-17 * * MON-FRI")); ---- The other out-of-the-box implementation is a `PeriodicTrigger` that accepts a fixed