From b8cfb8333a4239ed5a57b964db0a3081aad8a0d4 Mon Sep 17 00:00:00 2001 From: robokaso Date: Mon, 15 Dec 2008 10:45:08 +0000 Subject: [PATCH] organize imports --- .../item/database/JdbcBatchItemWriterNamedParameterTests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/database/JdbcBatchItemWriterNamedParameterTests.java b/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/database/JdbcBatchItemWriterNamedParameterTests.java index d55a423c0..f96a7f675 100644 --- a/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/database/JdbcBatchItemWriterNamedParameterTests.java +++ b/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/database/JdbcBatchItemWriterNamedParameterTests.java @@ -22,10 +22,8 @@ import java.util.Collections; import org.easymock.EasyMock; import org.easymock.IArgumentMatcher; -import org.junit.After; import org.junit.Before; import org.junit.Test; -import org.springframework.batch.repeat.support.RepeatSynchronizationManager; import org.springframework.dao.EmptyResultDataAccessException; import org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource; import org.springframework.jdbc.core.namedparam.SqlParameterSource;