Skip to content

Commit

Permalink
Add missing usings in TestIndexWriterReader
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Mar 14, 2024
1 parent 2967e0c commit 98a99bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Lucene.Net.Tests/Index/TestIndexWriterReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#if FEATURE_INDEXWRITER_TESTS
using J2N.Threading;
using J2N.Threading.Atomic;
using Lucene.Net.Analysis;
using Lucene.Net.Codecs;
using Lucene.Net.Documents;
using Lucene.Net.Index.Extensions;
using Lucene.Net.Store;
Expand Down

0 comments on commit 98a99bc

Please sign in to comment.