paulirwin commented on code in PR #1079:
URL: https://github.com/apache/lucenenet/pull/1079#discussion_r2354124660


##########
src/Lucene.Net.Analysis.Kuromoji/Dict/Dictionary.cs:
##########
@@ -98,9 +98,9 @@ public interface IDictionary
         // 'getAdditionalData' if other dictionaries like unidic have 
additional data
     }
 
-    // LUCENENT TODO: Make this whole thing into an abstact class??
+    // LUCENENET TODO: Make this whole thing into an abstract class??
     public static class Dictionary // LUCENENET specific: CA1052 Static holder 
types should be Static or NotInheritable
     {
-        public static readonly string INTERNAL_SEPARATOR = "\u0000";
+        public const string INTERNAL_SEPARATOR = "\0";

Review Comment:
   This is a duplicate suggestion on an unrelated line?



-- 
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]

Reply via email to