mirror of https://github.com/apache/lucene.git
Clear up Hit javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@164728 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cfd5d55b7e
commit
f7023a936d
|
@ -21,7 +21,8 @@ import java.io.IOException;
|
|||
import org.apache.lucene.document.Document;
|
||||
|
||||
/**
|
||||
* a lazy future for a hit, useful for iterators over instances of Hits
|
||||
* Wrapper used by {@link HitIterator} to provide a lazily loaded hit
|
||||
* from {@link Hits}.
|
||||
*
|
||||
* @author Jeremy Rayner
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue