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:
Robert Muir 2012-04-23 01:40:18 +00:00
parent 5a14bb6bb8
commit c27cfaf411
1 changed files with 1 additions and 1 deletions

View File

@ -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;