epugh commented on code in PR #2657:
URL: https://github.com/apache/solr/pull/2657#discussion_r1729254232
##########
solr/solrj-streaming/src/test/org/apache/solr/client/solrj/io/stream/StreamingTest.java:
##########
@@ -1348,7 +1348,7 @@ private void checkReturnValsForEmpty(String[] fields)
throws IOException {
}
}
- // Goes away after after LUCENE-7548
+ // Goes away after LUCENE-7548
Review Comment:
interesting... I wonder.. Do we have a lot of `LUCENE-XXXX` references?
I wonder if we should have a new ticket to fix ALL of them? I could also see
us replacing it with just the url?
```
// Goes away after https://github.com/apache/lucene/issues/8599
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]