4344454647484950515253
@Override public RecordSet getRecords() throws MalformedSourceException { if (dtoList == null) { throw new MalformedSourceException("dtoList not initialized"); } RecordSet ret = new RecordSet(); for (ItemSubmissionLookupDTO dto : dtoList) {