mirror of https://github.com/apache/lucene.git
LUCENE-6271: fix this bad naming ref too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene6271@1670481 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7fb113ad3a
commit
4128f5b563
|
@ -227,7 +227,7 @@ public class FilterLeafReader extends LeafReader {
|
|||
protected final PostingsEnum in;
|
||||
|
||||
/**
|
||||
* Create a new FilterDocsEnum
|
||||
* Create a new FilterPostingsEnum
|
||||
* @param in the underlying PostingsEnum instance.
|
||||
*/
|
||||
public FilterPostingsEnum(PostingsEnum in) {
|
||||
|
|
Loading…
Reference in New Issue