From d0e04a00a9c66977fd4bd79f06cda30853b2c0be Mon Sep 17 00:00:00 2001 From: robokaso Date: Thu, 6 Nov 2008 09:17:09 +0000 Subject: [PATCH] organize imports --- .../batch/core/annotation/BatchComponentIntegrationTests.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spring-batch-core/src/test/java/org/springframework/batch/core/annotation/BatchComponentIntegrationTests.java b/spring-batch-core/src/test/java/org/springframework/batch/core/annotation/BatchComponentIntegrationTests.java index 17ce5d3f6..70a53daab 100644 --- a/spring-batch-core/src/test/java/org/springframework/batch/core/annotation/BatchComponentIntegrationTests.java +++ b/spring-batch-core/src/test/java/org/springframework/batch/core/annotation/BatchComponentIntegrationTests.java @@ -3,7 +3,7 @@ */ package org.springframework.batch.core.annotation; -import static org.junit.Assert.*; +import static org.junit.Assert.assertEquals; import org.junit.Test; import org.springframework.beans.factory.config.BeanDefinition; @@ -11,8 +11,6 @@ import org.springframework.beans.factory.config.ConfigurableListableBeanFactory; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; -import sun.reflect.generics.scope.Scope; - /** * @author Lucas Ward *