diff --git a/infrastructure/src/test/java/org/springframework/batch/io/stax/AbstractEventWriterWrapperTests.java b/infrastructure/src/test/java/org/springframework/batch/io/stax/AbstractEventWriterWrapperTests.java index 961b51601..565337807 100644 --- a/infrastructure/src/test/java/org/springframework/batch/io/stax/AbstractEventWriterWrapperTests.java +++ b/infrastructure/src/test/java/org/springframework/batch/io/stax/AbstractEventWriterWrapperTests.java @@ -19,18 +19,15 @@ import javax.xml.namespace.NamespaceContext; import javax.xml.stream.XMLEventReader; import javax.xml.stream.XMLEventWriter; import javax.xml.stream.XMLStreamException; -import javax.xml.stream.XMLStreamReader; import javax.xml.stream.events.XMLEvent; -import org.easymock.MockControl; -import org.springframework.xml.stream.XmlEventStreamReader; +import junit.framework.TestCase; + +import org.easymock.MockControl; -import com.bea.xml.stream.XMLEventReaderBase; import com.bea.xml.stream.events.StartDocumentEvent; import com.bea.xml.stream.util.NamespaceContextImpl; -import junit.framework.TestCase; - /** * @author Lucas Ward *