mirror of https://github.com/apache/lucene.git
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:
parent
79894b9744
commit
775b7e37d3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue