File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-context/src/main/java/org/springframework/scheduling/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ public abstract class TaskManagementConfigUtils {
28
28
* The bean name of the internally managed Scheduled annotation processor.
29
29
*/
30
30
public static final String SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME =
31
- "org.springframework.context.annotation .internalScheduledAnnotationProcessor" ;
31
+ "org.springframework.scheduling.config .internalScheduledAnnotationProcessor" ;
32
32
33
33
/**
34
34
* The bean name of the internally managed Async annotation processor.
35
35
*/
36
36
public static final String ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME =
37
- "org.springframework.context.annotation .internalAsyncAnnotationProcessor" ;
37
+ "org.springframework.scheduling.config .internalAsyncAnnotationProcessor" ;
38
38
39
39
/**
40
40
* The bean name of the internally managed AspectJ async execution aspect.
You can’t perform that action at this time.
0 commit comments