changed javadoc (SimpleTaskScheduler class doesn't implement Lifecycle anymore)

This commit is contained in:
Iwein Fuld
2009-01-08 18:49:42 +00:00
parent dc91b9c3b2
commit 6db5ba5055

View File

@@ -48,7 +48,7 @@ import org.springframework.util.Assert;
* An implementation of {@link TaskScheduler} that delegates to any instance
* of {@link TaskExecutor}.
*
* <p>This class implements Lifecycle and provides an {@link #autoStartup}
* <p>This class implements ApplicationListener and provides an {@link #autoStartup}
* property. If <code>true</code>, 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