diff --git a/org.springframework.integration/src/main/java/org/springframework/integration/scheduling/SimpleTaskScheduler.java b/org.springframework.integration/src/main/java/org/springframework/integration/scheduling/SimpleTaskScheduler.java index f1c7bfee53..dafd57ae5c 100644 --- a/org.springframework.integration/src/main/java/org/springframework/integration/scheduling/SimpleTaskScheduler.java +++ b/org.springframework.integration/src/main/java/org/springframework/integration/scheduling/SimpleTaskScheduler.java @@ -48,7 +48,7 @@ import org.springframework.util.Assert; * An implementation of {@link TaskScheduler} that delegates to any instance * of {@link TaskExecutor}. * - *
This class implements Lifecycle and provides an {@link #autoStartup} + *
This class implements ApplicationListener and provides an {@link #autoStartup}
* property. If true, the scheduler will start automatically upon
* receiving the {@link ContextRefreshedEvent}. Otherwise, it will require an
* explicit invocation of its {@link #start()} method. The default value is