forked from I2P_Developers/i2p.i2p
volatile
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user