Browse Source

Align package namespace in TaskManagementConfigUtils constants

pull/35086/head
Juergen Hoeller 6 months ago
parent
commit
a265a135d5
  1. 4
      spring-context/src/main/java/org/springframework/scheduling/config/TaskManagementConfigUtils.java

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

@ -28,13 +28,13 @@ public abstract class TaskManagementConfigUtils { @@ -28,13 +28,13 @@ public abstract class TaskManagementConfigUtils {
* The bean name of the internally managed Scheduled annotation processor.
*/
public static final String SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME =
"org.springframework.context.annotation.internalScheduledAnnotationProcessor";
"org.springframework.scheduling.config.internalScheduledAnnotationProcessor";
/**
* The bean name of the internally managed Async annotation processor.
*/
public static final String ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME =
"org.springframework.context.annotation.internalAsyncAnnotationProcessor";
"org.springframework.scheduling.config.internalAsyncAnnotationProcessor";
/**
* The bean name of the internally managed AspectJ async execution aspect.

Loading…
Cancel
Save