BATCH-273: JobConfiguration renamed to Job

This commit is contained in:
lucasward
2008-01-14 22:57:57 +00:00
parent f39f6625fc
commit 46276c65fd
15 changed files with 48 additions and 47 deletions

View File

@@ -20,7 +20,7 @@ import java.util.ArrayList;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.batch.core.configuration.StepConfiguration;
import org.springframework.batch.core.domain.Step;
import org.springframework.batch.core.domain.StepExecution;
import org.springframework.batch.io.file.mapping.FieldSet;
import org.springframework.batch.io.file.mapping.FieldSetMapper;
@@ -76,7 +76,7 @@ public class OrderItemReader extends AbstractItemReader {
}
/**
* @see org.springframework.batch.execution.io.FieldSetCallback#process(StepConfiguration, StepExecution)
* @see org.springframework.batch.execution.io.FieldSetCallback#process(Step, StepExecution)
*/
private void process(FieldSet fieldSet) {
//finish processing if we hit the end of file