IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping

added setLinesToSkip to RLR
This commit is contained in:
robokaso
2008-10-06 12:51:11 +00:00
parent 71dd4bf1e9
commit 97efc42b9f
2 changed files with 29 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ import org.springframework.core.io.Resource;
/**
* Tests for {@link ResourceLineReader}.
*/
public class ResourceLineReaderTests extends CommonItemStreamItemReaderTests{
public class ResourceLineReaderCommonTests extends CommonItemStreamItemReaderTests{
private static final String FOOS = "1 \n 2 \n 3 \n 4 \n 5 \n";