nikcio commented on code in PR #690:
URL: https://github.com/apache/lucenenet/pull/690#discussion_r996658490
##########
src/Lucene.Net/Index/TermVectorsConsumerPerField.cs:
##########
@@ -141,7 +141,7 @@ internal override bool Start(IIndexableField[] fields, int
count)
}
[MethodImpl(MethodImplOptions.NoInlining)]
- public void Abort()
+ public static void Abort() // LUCENENET: CA1822: Mark members as static
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]