epugh commented on code in PR #2657: URL: https://github.com/apache/solr/pull/2657#discussion_r1729255006
########## solr/solrj-streaming/src/java/org/apache/solr/client/solrj/io/stream/MergeStream.java: ########## @@ -224,7 +224,7 @@ public Tuple read() throws IOException { // If all EOF then min will be null, else min is the current minimum if (null == minimum) { - // return EOF, doesn't matter which cause we're done + // return EOF, doesn't matter which because we're done Review Comment: humm... if we aren't sure what the comment means, then no one else with, and I can see removing it! -- 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