This commit is contained in:
zzz
2018-06-22 10:40:36 +00:00
parent 93c6df7e89
commit 1e24523df2

View File

@ -106,7 +106,7 @@ abstract class EstablishBase implements EstablishState {
protected static final int HXY_TSB_PAD_SIZE = HXY_SIZE + 4 + 12; // 48
protected final Object _stateLock = new Object();
protected State _state;
protected volatile State _state;
protected enum State {
OB_INIT,