Remove comment

This commit is contained in:
Tadgh 2020-06-09 10:20:41 -07:00
parent 7273457ea7
commit 4f59c38692
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ public class BulkExportJobConfig {
public Step bulkExportGenerateResourceFilesStep() {
return myStepBuilderFactory.get("bulkExportGenerateResourceFilesStep")
.<List<ResourcePersistentId>, List<IBaseResource>> chunk(100) //1000 resources per generated file, as the reader returns 10 resources at a time.
//TODO should we potentially make this configurable?
.reader(bulkItemReader(null))
.processor(myPidToIBaseResourceProcessor)
.writer(resourceToFileWriter())