Skip to content

Commit 0320445

Browse files
committed
moved ScheduledTaskRegistrar to new config package (where the scheduling namespace will live as well)
1 parent 6771a22 commit 0320445

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.scheduling.support;
17+
package org.springframework.scheduling.config;
1818

1919
import java.util.LinkedHashSet;
2020
import java.util.Map;
@@ -28,6 +28,7 @@
2828
import org.springframework.scheduling.TaskScheduler;
2929
import org.springframework.scheduling.Trigger;
3030
import org.springframework.scheduling.concurrent.ConcurrentTaskScheduler;
31+
import org.springframework.scheduling.support.CronTrigger;
3132
import org.springframework.util.Assert;
3233

3334
/**

0 commit comments

Comments
 (0)