RESOLVED - issue BATCH-290: SimpleFlatFileInputSource - add a public getter for the "resource" attribute

http://jira.springframework.org/browse/BATCH-290
This commit is contained in:
dsyer
2008-01-29 11:19:14 +00:00
parent 6319efdce6
commit 6ad596421b

View File

@@ -101,15 +101,6 @@ public class SimpleFlatFileItemReader extends AbstractItemReader implements Item
}
}
/**
* Getter for the resource property.
*
* @return the {@link Resource} used by this ItemReader.
*/
public Resource getResource(){
return resource;
}
/**
* Public setter for the recordSeparatorPolicy. Used to determine where the
* line endings are and do things like continue over a line ending if inside