Browse Source

Fix typo in ContextLifecycleScheduledTaskRegistrar

pull/222/head
Sam Brannen 13 years ago
parent
commit
3b8aba9ccd
  1. 4
      spring-context/src/main/java/org/springframework/scheduling/config/ContextLifecycleScheduledTaskRegistrar.java

4
spring-context/src/main/java/org/springframework/scheduling/config/ContextLifecycleScheduledTaskRegistrar.java

@ -22,9 +22,9 @@ import org.springframework.context.ApplicationListener; @@ -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…
Cancel
Save