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:
Robert Muir 2014-10-28 05:42:20 +00:00
parent 4350a1d01c
commit 3da558bf5a
1 changed files with 1 additions and 1 deletions

View File

@ -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. */