epugh commented on code in PR #4080:
URL: https://github.com/apache/solr/pull/4080#discussion_r2763660135
##########
solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java:
##########
@@ -727,7 +727,7 @@ private void handleAdminRequest() throws IOException {
protected void logAndFlushAdminRequest(SolrQueryResponse solrResp) throws
IOException {
if (solrResp.getToLog().size() > 0) {
- // has to come second and in it's own if to keep ./gradlew check happy.
+ // has to come second and in its own "if" to keep ./gradlew check happy.
Review Comment:
yeah, I really struggle with seeing these things and not fixing them. I
will try not to do it in the futre. I swear I went through the entire code
base and fixed all the typos, and yet I keep finding them.
--
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]