mirror of https://github.com/apache/lucene.git
Replace stub with an actual class javadoc header.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@806216 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ff30761dfc
commit
57a8bb31cb
|
@ -26,9 +26,9 @@ import java.util.LinkedList;
|
|||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Describe class <code>MultipleTermPositions</code> here.
|
||||
* Allows you to iterate over the {@link TermPositions} for multiple {@link Term}s as
|
||||
* a single {@link TermPositions}.
|
||||
*
|
||||
* @version 1.0
|
||||
*/
|
||||
public class MultipleTermPositions implements TermPositions {
|
||||
|
||||
|
|
Loading…
Reference in New Issue