epugh commented on code in PR #929: URL: https://github.com/apache/solr/pull/929#discussion_r914938935
########## solr/core/src/test/org/apache/solr/internal/csv/CSVParserTest.java: ########## @@ -330,8 +330,8 @@ public void testEndOfFileBehaviorCSV() throws Exception { {"world", ""} }; String code; - for (int codeIndex = 0; codeIndex < codes.length; codeIndex++) { - code = codes[codeIndex]; + for (String s : codes) { Review Comment: yep! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org