Fix typo in ContextLifecycleScheduledTaskRegistrar
This commit is contained in:
parent
a1aba23aa9
commit
3b8aba9ccd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue