mirror of https://github.com/apache/lucene.git
remove generated accessXXX here
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634780 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4350a1d01c
commit
3da558bf5a
|
@ -65,7 +65,7 @@ public final class Lucene50PostingsReader extends PostingsReaderBase {
|
|||
private final IndexInput posIn;
|
||||
private final IndexInput payIn;
|
||||
|
||||
private final ForUtil forUtil;
|
||||
final ForUtil forUtil;
|
||||
private int version;
|
||||
|
||||
/** Sole constructor. */
|
||||
|
|
Loading…
Reference in New Issue