From adfea27de5faf431fb4cd99082583a6bf44fbc66 Mon Sep 17 00:00:00 2001 From: lucasward Date: Mon, 15 Oct 2007 05:30:13 +0000 Subject: [PATCH] Removed erroneous import in iBatis input source. --- .../batch/io/orm/ibatis/IbatisDrivingQueryInputSource.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infrastructure/src/main/java/org/springframework/batch/io/orm/ibatis/IbatisDrivingQueryInputSource.java b/infrastructure/src/main/java/org/springframework/batch/io/orm/ibatis/IbatisDrivingQueryInputSource.java index ab97f307f..4d731d3c4 100644 --- a/infrastructure/src/main/java/org/springframework/batch/io/orm/ibatis/IbatisDrivingQueryInputSource.java +++ b/infrastructure/src/main/java/org/springframework/batch/io/orm/ibatis/IbatisDrivingQueryInputSource.java @@ -4,7 +4,6 @@ import java.util.List; import java.util.Properties; import org.springframework.batch.io.InputSource; -import org.springframework.batch.io.sql.SingleKeySqlDrivingQueryInputSource; import org.springframework.batch.io.support.AbstractDrivingQueryInputSource; import org.springframework.batch.restart.GenericRestartData; import org.springframework.batch.restart.RestartData; @@ -48,7 +47,7 @@ public class IbatisDrivingQueryInputSource extends AbstractDrivingQueryInputSour /** * Restore the keys list given the provided restart data. - * + * * @see org.springframework.batch.io.support.AbstractDrivingQueryInputSource#restoreKeys(org.springframework.batch.restart.RestartData) */ public List restoreKeys(RestartData data) {