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:
Michael McCandless 2011-10-10 22:08:52 +00:00
parent cbdaea3486
commit 2622e60597
1 changed files with 1 additions and 0 deletions

View File

@ -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;