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 9c867a128e9e1701e15cb692b3ed61cc1a8d6f05 Author: Shad Storhaug <[email protected]> AuthorDate: Thu Feb 6 23:34:53 2020 +0700 BREAKING: Lucene.Net.Support: Marked BitArrayExtensions internal --- src/Lucene.Net/Support/BitArrayExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lucene.Net/Support/BitArrayExtensions.cs b/src/Lucene.Net/Support/BitArrayExtensions.cs index e9c36c1..2639bfa 100644 --- a/src/Lucene.Net/Support/BitArrayExtensions.cs +++ b/src/Lucene.Net/Support/BitArrayExtensions.cs @@ -29,7 +29,7 @@ namespace Lucene.Net.Support /// This class provides supporting methods of java.util.BitSet /// that are not present in System.Collections.BitArray. /// </summary> - public static class BitArrayExtensions + internal static class BitArrayExtensions { /// <summary> /// Returns the next set bit at or after index, or -1 if no such bit exists.
