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:
Michael McCandless 2012-01-15 23:02:39 +00:00
parent 0e20759b0d
commit 26e37dc76d
1 changed files with 2 additions and 1 deletions

View File

@ -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;