NightOwl888 commented on code in PR #729: URL: https://github.com/apache/lucenenet/pull/729#discussion_r1009003373
########## src/Lucene.Net.Analysis.Common/Analysis/En/KStemData1.cs: ########## @@ -49,7 +49,7 @@ private KStemData1() { } // KStemData1 ... KStemData8 are created from "head_word_list.txt" - internal static string[] data = new string[] { + internal static readonly string[] data = new string[] { Review Comment: Please add a comment to indicate we have intentionally deviated from [Lucene 4.8.1](https://github.com/apache/lucene/blob/releases/lucene-solr/4.8.1/lucene/analysis/common/src/java/org/apache/lucene/analysis/en/KStemData1.java#L48) on this line. `// LUCENENET: Marked readonly` -- 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