Removed erroneous import in iBatis input source.

This commit is contained in:
lucasward
2007-10-15 05:30:13 +00:00
parent eab243ff3f
commit adfea27de5

View File

@@ -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) {