Repository: deltaspike Updated Branches: refs/heads/master 4ab47310f -> 241a0103b
DELTASPIKE-825 updated documentation Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/241a0103 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/241a0103 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/241a0103 Branch: refs/heads/master Commit: 241a0103b893c17d5485f7ceb5f11aa21b163ac1 Parents: 4ab4731 Author: gpetracek <[email protected]> Authored: Sun Mar 1 21:11:36 2015 +0100 Committer: gpetracek <[email protected]> Committed: Sun Mar 1 21:11:36 2015 +0100 ---------------------------------------------------------------------- documentation/src/main/asciidoc/scheduler.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/241a0103/documentation/src/main/asciidoc/scheduler.adoc ---------------------------------------------------------------------- diff --git a/documentation/src/main/asciidoc/scheduler.adoc b/documentation/src/main/asciidoc/scheduler.adoc index 3ae912b..5e2a999 100644 --- a/documentation/src/main/asciidoc/scheduler.adoc +++ b/documentation/src/main/asciidoc/scheduler.adoc @@ -94,7 +94,7 @@ public class ProjectStageAwareSchedulerController if (ProjectStage.Production.equals(this.projectStage)) { //see 'false' for @Scheduled#onStartup - this.jobScheduler.scheduleJob(ManualCdiAwareQuartzJob.class); + this.jobScheduler.registerNewJob(ManualCdiAwareQuartzJob.class); } }
