DocMaker protected methods return this pkg-private class...

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1328967 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-04-22 20:21:56 +00:00
parent 79894b9744
commit 775b7e37d3
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class DocMaker implements Closeable {
private Random r;
private int updateDocIDLimit;
static class DocState {
protected static class DocState {
private final Map<String,Field> fields;
private final Map<String,Field> numericFields;