risdenk commented on code in PR #1146:
URL: https://github.com/apache/solr/pull/1146#discussion_r1008342788
##########
solr/core/src/java/org/apache/solr/search/WrappedQuery.java:
##########
@@ -36,10 +36,6 @@ public Query getWrappedQuery() {
return q;
}
- public void setWrappedQuery(Query q) {
- this.q = q;
- }
-
Review Comment:
Based on IntelliJ this is unused already...
--
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]