mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
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