metridoc-archives / metridoc-job-core

All non-grails core functionality for metridoc
0 stars 0 forks source link

BatchIterator should actually check if the iterator IS null #107

Closed tbarker9 closed 11 years ago

tbarker9 commented 11 years ago

right now we are using groovy's truthiness which leads to problems if the passed iterator is empty.