madrob commented on a change in pull request #731: URL: https://github.com/apache/lucene/pull/731#discussion_r838617372
########## File path: lucene/sandbox/src/java/org/apache/lucene/sandbox/search/MultiRangeQuery.java ########## @@ -46,7 +48,7 @@ * * @lucene.experimental */ -public abstract class MultiRangeQuery extends Query { +public abstract class MultiRangeQuery extends Query implements Cloneable { Review comment: Please update the javadoc on this class to remove the TODO since you are already implementing that functionality. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org