This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 77d57ac5806caf053db286a83956124c9ab5a069 Author: Shad Storhaug <[email protected]> AuthorDate: Mon Nov 25 17:43:49 2019 +0700 Lucene.Net.Util.Int32sRef: Added TODO about making the main field into an indexer. --- src/Lucene.Net/Util/IntsRef.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lucene.Net/Util/IntsRef.cs b/src/Lucene.Net/Util/IntsRef.cs index 2bc7f9d..7d0b228 100644 --- a/src/Lucene.Net/Util/IntsRef.cs +++ b/src/Lucene.Net/Util/IntsRef.cs @@ -54,7 +54,7 @@ namespace Lucene.Net.Util /// </summary> [WritableArray] [SuppressMessage("Microsoft.Performance", "CA1819", Justification = "Lucene's design requires some writable array properties")] - public int[] Int32s + public int[] Int32s // LUCENENET TODO: API - change to indexer { get { return ints; } set
