197198199200201202203204205206207
return; } // no more file / files in directory if (fileList.isEmpty()) { currFile = null; throw new NoMoreRecordsException(); } currFile = fileList.remove(0); LOG.info("Processing file: " + currFile.getAbsolutePath()); try {