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:
Erik Hatcher 2005-04-26 03:23:44 +00:00
parent cfd5d55b7e
commit f7023a936d
1 changed files with 2 additions and 1 deletions

View File

@ -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
*/