moved ScheduledTaskRegistrar to new config package (where the scheduling namespace will live as well)

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1118 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Juergen Hoeller
2009-05-06 08:47:18 +00:00
parent 29a4a2b793
commit 65a871eaa9
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.scheduling.support;
package org.springframework.scheduling.config;
import java.util.LinkedHashSet;
import java.util.Map;
@@ -28,6 +28,7 @@ import org.springframework.beans.factory.InitializingBean;
import org.springframework.scheduling.TaskScheduler;
import org.springframework.scheduling.Trigger;
import org.springframework.scheduling.concurrent.ConcurrentTaskScheduler;
import org.springframework.scheduling.support.CronTrigger;
import org.springframework.util.Assert;
/**