Fix typo in ContextLifecycleScheduledTaskRegistrar

This commit is contained in:
Sam Brannen 2013-01-23 16:48:08 +01:00
parent a1aba23aa9
commit 3b8aba9ccd
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ import org.springframework.context.ApplicationListener;
import org.springframework.context.event.ContextRefreshedEvent; import org.springframework.context.event.ContextRefreshedEvent;
/** /**
* {@link ScheduledTaskRegistrar} subclass that redirect the actual scheduling * {@link ScheduledTaskRegistrar} subclass that redirects the actual scheduling
* of tasks to the {@link ContextRefreshedEvent} callback. Falls back to regular * of tasks to the {@link ContextRefreshedEvent} callback. Falls back to regular
* {@link ScheduledTaskRegistrar} behavior when not running within an ApplicationContext. * {@code ScheduledTaskRegistrar} behavior when not running within an ApplicationContext.
* *
* @author Juergen Hoeller * @author Juergen Hoeller
* @since 3.2.1 * @since 3.2.1