Remove unused imports
This commit is contained in:
@@ -18,7 +18,6 @@ package org.springframework.scheduling.annotation;
|
||||
|
||||
import org.springframework.context.annotation.AdviceMode;
|
||||
import org.springframework.context.annotation.AdviceModeImportSelector;
|
||||
import org.springframework.context.annotation.AnnotationConfigUtils;
|
||||
|
||||
/**
|
||||
* Selects which implementation of {@link AbstractAsyncConfiguration} should be used based
|
||||
|
||||
@@ -28,7 +28,6 @@ import org.springframework.lang.UsesJava7;
|
||||
import org.springframework.scheduling.support.DelegatingErrorHandlingRunnable;
|
||||
import org.springframework.scheduling.support.TaskUtils;
|
||||
import org.springframework.util.Assert;
|
||||
import org.springframework.util.ClassUtils;
|
||||
import org.springframework.util.ObjectUtils;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user