paulirwin commented on code in PR #1061: URL: https://github.com/apache/lucenenet/pull/1061#discussion_r1884219980
########## src/Lucene.Net/Search/NumericRangeQuery.cs: ########## @@ -430,7 +430,7 @@ public Int64RangeBuilderAnonymousClass(NumericRangeTermsEnum outerInstance) this.outerInstance = outerInstance; } - public override sealed void AddRange(BytesRef minPrefixCoded, BytesRef maxPrefixCoded) + public override void AddRange(BytesRef minPrefixCoded, BytesRef maxPrefixCoded) Review Comment: This was removed because it's redundant because the class is marked `sealed`. -- 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: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org