Browse Source

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

pull/23217/head
Juergen Hoeller 17 years ago
parent
commit
0320445316
  1. 3
      org.springframework.context/src/main/java/org/springframework/scheduling/config/ScheduledTaskRegistrar.java

3
org.springframework.context/src/main/java/org/springframework/scheduling/support/ScheduledTaskRegistrar.java → org.springframework.context/src/main/java/org/springframework/scheduling/config/ScheduledTaskRegistrar.java

@ -14,7 +14,7 @@ @@ -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; @@ -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;
/**
Loading…
Cancel
Save