SPR-4359 the 'scheduling' namespace is now 'concurrent'

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1226 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Mark Fisher
2009-05-21 18:41:13 +00:00
parent 407060ac59
commit 716070be36
4 changed files with 8 additions and 8 deletions
@@ -19,12 +19,12 @@ package org.springframework.scheduling.config;
import org.springframework.beans.factory.xml.NamespaceHandlerSupport;
/**
* <code>NamespaceHandler</code> for the scheduling namespace.
* <code>NamespaceHandler</code> for the 'concurrent' namespace.
*
* @author Mark Fisher
* @since 3.0
*/
public class SchedulingNamespaceHandler extends NamespaceHandlerSupport {
public class ConcurrentNamespaceHandler extends NamespaceHandlerSupport {
public void init() {
this.registerBeanDefinitionParser("scheduled-tasks", new ScheduledTasksBeanDefinitionParser());