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

This commit is contained in:
Mark Fisher
2009-05-21 18:41:13 +00:00
parent e70d2ce14c
commit 1b302b70d0
4 changed files with 8 additions and 8 deletions

View File

@@ -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());