diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/SortedMultiResourceItemReader.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/SortedMultiResourceItemReader.java index b5c5d2353..d88211103 100644 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/SortedMultiResourceItemReader.java +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/SortedMultiResourceItemReader.java @@ -3,7 +3,6 @@ package org.springframework.batch.item; import java.util.Arrays; import java.util.Comparator; -import org.springframework.batch.item.database.HibernateCursorItemReader; import org.springframework.core.io.Resource; import org.springframework.util.ClassUtils;