Polish @EnableScheduling Javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4274 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
4f38c21f76
commit
b5d18feb55
|
|
@ -124,7 +124,6 @@ import org.springframework.scheduling.config.ScheduledTaskRegistrar;
|
|||
* public void configureTasks(ScheduledTaskRegistrar taskRegistrar) {
|
||||
* taskRegistrar.setScheduler(taskExecutor());
|
||||
* taskRegistrar.addTriggerTask(
|
||||
* addTriggerTask(
|
||||
* new Runnable() {
|
||||
* task().work();
|
||||
* },
|
||||
|
|
|
|||
Loading…
Reference in New Issue