Fix typo in ContextLifecycleScheduledTaskRegistrar

This commit is contained in:
Sam Brannen
2013-01-23 16:48:08 +01:00
parent a1aba23aa9
commit 3b8aba9ccd

View File

@@ -22,9 +22,9 @@ import org.springframework.context.ApplicationListener;
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
* {@link ScheduledTaskRegistrar} behavior when not running within an ApplicationContext.
* {@code ScheduledTaskRegistrar} behavior when not running within an ApplicationContext.
*
* @author Juergen Hoeller
* @since 3.2.1