Delete unused import

This commit is contained in:
Sam Brannen 2016-07-08 17:40:42 +02:00
parent d6d4251550
commit 57c43f4273
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ import org.springframework.beans.BeansException;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.beans.factory.annotation.BeanFactoryAnnotationUtils;
import org.springframework.core.annotation.AnnotatedElementUtils;
import org.springframework.core.annotation.AnnotationUtils;
import org.springframework.test.annotation.Commit;
import org.springframework.test.annotation.Rollback;
import org.springframework.test.context.TestContext;