Spring batch datareader returns extra null object on end of collection of read items?
- by tll
I'm using Spring batch - using datareaders to load up lists of items. For each of my readers, they all return an extra null object on the end of the list.
Has anybody seen this before? What am I doing wrong?