cpoerschke commented on code in PR #3053:
URL: https://github.com/apache/solr/pull/3053#discussion_r1928398006


##########
solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java:
##########
@@ -1755,7 +1755,6 @@ protected static class ScoreAndDoc extends Scorable {
       this.score = score;
     }
 
-    @Override
     public int docID() {
       return docid;
     }

Review Comment:
   Maybe this can be removed, haven't tried it yet though.
   ```suggestion
   ```



-- 
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]

Reply via email to