Remove unused imports

This commit is contained in:
Stephane Nicoll
2014-08-04 14:13:40 +02:00
parent 6cfe76eeec
commit 3da68cfe21
51 changed files with 5 additions and 81 deletions

View File

@@ -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

View File

@@ -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;
/**