You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2017/01/25 03:44:05 UTC

[21/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.Codecs.Lucene41.TestBlockPostingsFormat3: Added new keyword to RandomBits class because it hides a class in LuceneTestCase with the same name

Lucene.Net.Tests.Core.Codecs.Lucene41.TestBlockPostingsFormat3: Added new keyword to RandomBits class because it hides a class in LuceneTestCase with the same name


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/c19abfe5
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/c19abfe5
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/c19abfe5

Branch: refs/heads/api-work
Commit: c19abfe5431a70f2c5c8ad6285ab46300e7e7df8
Parents: 9f3fa7a
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Wed Jan 25 05:06:05 2017 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Wed Jan 25 09:34:47 2017 +0700

----------------------------------------------------------------------
 .../core/Codecs/Lucene41/TestBlockPostingsFormat3.cs               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/c19abfe5/src/Lucene.Net.Tests/core/Codecs/Lucene41/TestBlockPostingsFormat3.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Tests/core/Codecs/Lucene41/TestBlockPostingsFormat3.cs b/src/Lucene.Net.Tests/core/Codecs/Lucene41/TestBlockPostingsFormat3.cs
index afeb5c1..f9cdc88 100644
--- a/src/Lucene.Net.Tests/core/Codecs/Lucene41/TestBlockPostingsFormat3.cs
+++ b/src/Lucene.Net.Tests/core/Codecs/Lucene41/TestBlockPostingsFormat3.cs
@@ -541,7 +541,7 @@ namespace Lucene.Net.Codecs.Lucene41
             }
         }
 
-        private class RandomBits : IBits
+        new private class RandomBits : IBits
         {
             internal FixedBitSet Bits;