nikcio commented on code in PR #690: URL: https://github.com/apache/lucenenet/pull/690#discussion_r996658159
########## src/Lucene.Net/Index/FreqProxTermsWriterPerField.cs: ########## @@ -387,7 +387,7 @@ internal override int BytesPerPosting() } [MethodImpl(MethodImplOptions.NoInlining)] - public void Abort() + public static void Abort() Review Comment: This is a sealed class and cannot be marked virtual 😄 -- 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