mirror of https://github.com/apache/lucene.git
making test-only postingsreader pkg-private
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329022 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5a14bb6bb8
commit
c27cfaf411
|
@ -251,7 +251,7 @@ public class RAMOnlyPostingsFormat extends PostingsFormat {
|
|||
}
|
||||
}
|
||||
|
||||
public static class RAMPostingsWriterImpl extends PostingsConsumer {
|
||||
static class RAMPostingsWriterImpl extends PostingsConsumer {
|
||||
private RAMTerm term;
|
||||
private RAMDoc current;
|
||||
private int posUpto = 0;
|
||||
|
|
Loading…
Reference in New Issue