epugh commented on code in PR #4073:
URL: https://github.com/apache/solr/pull/4073#discussion_r2724167324
##########
solr/core/src/java/org/apache/solr/request/SolrQueryRequest.java:
##########
@@ -195,16 +196,22 @@ default CloudDescriptor getCloudDescriptor() {
return getCore().getCoreDescriptor().getCloudDescriptor();
}
- /** The writer to use for this request, considering {@link CommonParams#WT}.
Never null. */
+ /**
+ * The writer to use for this request, considering {@link CommonParams#WT}.
Never null.
Review Comment:
i think this is saying that the `wt` is always there, which means we have
some extra "if no wt, than do this" which wouldn't match these docs?
--
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]