From 6db5ba5055e2771bab265f4e49ec0684194dba54 Mon Sep 17 00:00:00 2001 From: Iwein Fuld Date: Thu, 8 Jan 2009 18:49:42 +0000 Subject: [PATCH] changed javadoc (SimpleTaskScheduler class doesn't implement Lifecycle anymore) --- .../integration/scheduling/SimpleTaskScheduler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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