mirror of https://github.com/apache/lucene.git
LUCENE-3486: fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1181268 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cbdaea3486
commit
2622e60597
|
@ -26,6 +26,7 @@ import java.util.concurrent.ConcurrentHashMap;
|
|||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
import org.apache.lucene.index.NRTManager; // javadocs
|
||||
import org.apache.lucene.index.IndexReader; // javadocs
|
||||
import org.apache.lucene.store.AlreadyClosedException;
|
||||
import org.apache.lucene.util.IOUtils;
|
||||
|
||||
|
|
Loading…
Reference in New Issue