SQLEntityProcessor- Unnecessary while(true) in nextRow() --------------------------------------------------------
Key: SOLR-1136 URL: https://issues.apache.org/jira/browse/SOLR-1136 Project: Solr Issue Type: Improvement Components: contrib - DataImportHandler Affects Versions: 1.3 Reporter: Amit Nithian Attachments: SOLR-1136.diff Not sure if this is worthy of a JIRA ticket or not but there is an unnecessary while(true) in the nextRow() method in the SQLEntityProcessor. Since there is a return return statement in the loop it doesn't seem to serve a function. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.