mirror of https://github.com/apache/lucene.git
avoid another synthetic access$NNN method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231788 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0e20759b0d
commit
26e37dc76d
|
@ -110,7 +110,8 @@ public class FST<T> {
|
|||
T emptyOutput;
|
||||
private byte[] emptyOutputBytes;
|
||||
|
||||
private byte[] bytes;
|
||||
// Not private to avoid synthetic access$NNN methods:
|
||||
byte[] bytes;
|
||||
int byteUpto = 0;
|
||||
|
||||
private int startNode = -1;
|
||||
|
|
Loading…
Reference in New Issue