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:
Chris Beams 2011-05-08 13:48:02 +00:00
parent 4f38c21f76
commit b5d18feb55
1 changed files with 0 additions and 1 deletions

View File

@ -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();
* },