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 2a006dcfa276256084233323b6e0f347ee3f5914 Author: Jens Melgaard <[email protected]> AuthorDate: Wed Aug 26 13:58:57 2020 +0200 Lucene.Net.Replicator: Review fixes --- src/Lucene.Net.Tests.Replicator/IndexInputStreamTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Lucene.Net.Tests.Replicator/IndexInputStreamTest.cs b/src/Lucene.Net.Tests.Replicator/IndexInputStreamTest.cs index 0007d85..a38c06c 100644 --- a/src/Lucene.Net.Tests.Replicator/IndexInputStreamTest.cs +++ b/src/Lucene.Net.Tests.Replicator/IndexInputStreamTest.cs @@ -29,6 +29,7 @@ namespace Lucene.Net.Tests.Replicator */ //Note: LUCENENET specific + [LuceneNetSpecific] public class IndexInputStreamTest {
