paulirwin commented on code in PR #1056: URL: https://github.com/apache/lucenenet/pull/1056#discussion_r1884213581
########## src/Lucene.Net.Highlighter/VectorHighlight/FieldPhraseList.cs: ########## @@ -470,6 +470,31 @@ public override bool Equals(object obj) return true; } + #region Operator overrides + #nullable enable Review Comment: I think this looks rather silly, but updated 😄 -- 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