Skip to content

Commit a265a13

Browse files
committed
Align package namespace in TaskManagementConfigUtils constants
1 parent 6927e39 commit a265a13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-context/src/main/java/org/springframework/scheduling/config/TaskManagementConfigUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ public abstract class TaskManagementConfigUtils {
2828
* The bean name of the internally managed Scheduled annotation processor.
2929
*/
3030
public static final String SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME =
31-
"org.springframework.context.annotation.internalScheduledAnnotationProcessor";
31+
"org.springframework.scheduling.config.internalScheduledAnnotationProcessor";
3232

3333
/**
3434
* The bean name of the internally managed Async annotation processor.
3535
*/
3636
public static final String ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME =
37-
"org.springframework.context.annotation.internalAsyncAnnotationProcessor";
37+
"org.springframework.scheduling.config.internalAsyncAnnotationProcessor";
3838

3939
/**
4040
* The bean name of the internally managed AspectJ async execution aspect.

0 commit comments

Comments
 (0)